From: Ivan Gyurdiev <ivg2@cornell.edu>
To: <viro@parcelfarce.linux.theplanet.co.uk>, <florin@iucha.net>,
<liste@jordet.nu>, <olivn@trollprod.org>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] Re: ALSA problems: sound lockup, modules, 2.5.70
Date: Tue, 27 May 2003 17:22:39 -0400 [thread overview]
Message-ID: <200305271722.39088.ivg2@cornell.edu> (raw)
Sorry for thread - not subscribed.
I solved all of my modules problems and every single one of them was my fault,
combined with a minimalistic modprobe.conf syntax (no aliases to aliases? )
and devfs.
Lockups, however, are still there, and the patch did not help.
Here's some straces:
XMMS freezes on the following system call (attempt to stop a playing mp3):
gettimeofday({1054069621, 452855}, NULL) = 0
ioctl(3, FIONREAD, [0]) = 0
poll([{fd=3, events=POLLIN, revents=POLLIN}, {fd=5, events=POLLIN}], 2, 9) = 1
gettimeofday({1054069621, 456248}, NULL) = 0
ioctl(3, FIONREAD, [32]) = 0
read(3, "\5\1\352\20\312V-\0\256\0\0\0\32\0\340\0\0\0\0\0n\0\226"..., 32) = 32
write(3, "\33\0\2\0\0\0\0\0+ \1\0", 12) = 12
read(3, "\1\2\354\20\0\0\0\0\32\0\340\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32
write(3, ">\0\7\0\207\0\340\0\30\0\340\0005\0\340\0\0\0\0\0\0\0\0"..., 992) =
992
read(3, "\1\2\23\21\0\0\0\0\32\0\340\0\0\0\0\0\0\0\0\0\0\0\0\0p"..., 32) = 32
uname({sys="Linux", node="cobra", ...}) = 0
futex(0x42cb2e18, FUTEX_WAIT, 3882, NULL
\
XINE freezes on startup, and here's the beginning of a repeating sequence
that says Timeout.
ioctl(3, FIONREAD, [0]) = 0
select(4, [3], NULL, NULL, {0, 33000}) = 1 (in [3], left {0, 28000})
ioctl(3, FIONREAD, [32]) = 0
read(3, "\10\3\252\v\333\2100\0\256\0\0\0\16\0\340\0\0\0\0\0\21"..., 32) = 32
ioctl(3, FIONREAD, [0]) = 0
select(4, [3], NULL, NULL, {0, 33000}) = 1 (in [3], left {0, 3000})
futex(0x811a9d8, FUTEX_WAIT, 2, NULL) = 0
futex(0x811a9d8, FUTEX_WAKE, 1, NULL) = 0
futex(0x811a9b0, FUTEX_WAIT, 2, NULL) = 0
futex(0x811a9d8, FUTEX_WAIT, 2, NULL) = 0
futex(0x811a9d8, FUTEX_WAKE, 1, {144394552, 135234584}) = 0
ioctl(3, FIONREAD, [0]) = 0
select(4, [3], NULL, NULL, {0, 33000}) = 0 (Timeout)
ioctl(3, FIONREAD, [0]) = 0
select(4, [3], NULL, NULL, {0, 33000}) = 1 (in [3], left {0, 16000})
futex(0x811a9d8, FUTEX_WAIT, 2, NULL) = 0
futex(0x811a9d8, FUTEX_WAKE, 1, NULL) = 0
futex(0x811a9b0, FUTEX_WAIT, 3, NULL) = 0
futex(0x811a9d8, FUTEX_WAIT, 2, NULL) = 0
futex(0x811a9d8, FUTEX_WAKE, 1, {144394552, 135234584}) = 0
ioctl(3, FIONREAD, [0]) = 0
select(4, [3], NULL, NULL, {0, 33000}) = 0 (Timeout)
ioctl(3, FIONREAD, [0]) = 0
select(4, [3], NULL, NULL, {0, 33000}) = 1 (in [3], left {0, 16000})
futex(0x811a9d8, FUTEX_WAIT, 2, NULL) = 0
futex(0x811a9d8, FUTEX_WAKE, 1, NULL) = 0
futex(0x811a9b0, FUTEX_WAIT, 4, NULL) = 0
futex(0x811a9d8, FUTEX_WAIT, 2, NULL) = 0
futex(0x811a9d8, FUTEX_WAKE, 1, {144394552, 135234584}) = 0
is this info useful at all?
next reply other threads:[~2003-05-27 23:05 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-27 21:22 Ivan Gyurdiev [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-05-28 12:55 Downing, Thomas
2003-05-28 13:23 ` Stian Jordet
2003-05-28 13:39 ` Florin Iucha
2003-05-28 14:37 ` Stian Jordet
2003-05-27 18:19 Olivier NICOLAS
2003-05-27 18:51 ` [PATCH] " viro
2003-05-27 20:07 ` Stian Jordet
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=200305271722.39088.ivg2@cornell.edu \
--to=ivg2@cornell.edu \
--cc=florin@iucha.net \
--cc=linux-kernel@vger.kernel.org \
--cc=liste@jordet.nu \
--cc=olivn@trollprod.org \
--cc=viro@parcelfarce.linux.theplanet.co.uk \
/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
all inboxes | Powered by JetHome®