From: "Diego Calleja García" <aradorlinux@yahoo.es>
To: William Lee Irwin III <wli@holomorphy.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: reproduceable oops in -test8
Date: Sun, 19 Oct 2003 00:32:41 +0200 [thread overview]
Message-ID: <20031019003241.66bceaa0.aradorlinux@yahoo.es> (raw)
In-Reply-To: <20031018215729.GK25291@holomorphy.com>
El Sat, 18 Oct 2003 14:57:29 -0700 William Lee Irwin III <wli@holomorphy.com> escribió:
> Might be best to post the oops from mainline. I've made substantial
> /proc/ changes, so they may not be related.
Sure, I'm sorry. Still I haven't got an oops under test8 but the symptoms
are the same:
o esd is running.
o Run totem. The first time it doesn't hang.
o run totem again. It'll stop in
open("/dev/dsp", O_WRONLY|O_NONBLOCK|O_LARGEFILE
So, it seems that esd is blocking the access to /dev/dsp; so I've
to kill it (very common when you use esd)
o but killall esd hangs too:
open("/proc/570/stat", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x401d8000
read(3, "570 (gconfd-2) S 1 530 482 1025 "..., 1024) = 192
close(3) = 0
munmap(0x401d8000, 4096) = 0
open("/proc/572/stat", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x401d8000
read(3,
and it hangs here
o If you run ps ax, i'll hang too:
stat64("/proc/572", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
open("/proc/572/stat", O_RDONLY) = 6
read(6,
o If you're running gnome; it'll hang because it wants to make noise and it's
waiting for /dev/dsp to be freed
I wasn't able to get an oops; the one which happened in -wli1 may be unrelated
as wli said; but I'll continue trying to reproduce it.
next prev parent reply other threads:[~2003-10-18 22:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-18 21:48 Diego Calleja García
2003-10-18 21:57 ` William Lee Irwin III
2003-10-18 22:32 ` Diego Calleja García [this message]
2003-10-18 22:41 ` Diego Calleja García
2003-10-19 1:19 ` William Lee Irwin III
2003-10-19 14:59 ` Diego Calleja García
2003-10-19 19:13 ` William Lee Irwin III
2003-10-19 21:07 ` Diego Calleja García
2003-10-19 21:21 ` William Lee Irwin III
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20031019003241.66bceaa0.aradorlinux@yahoo.es \
--to=aradorlinux@yahoo.es \
--cc=linux-kernel@vger.kernel.org \
--cc=wli@holomorphy.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome