From: Takashi Iwai <tiwai@suse.de>
To: sbahling@mudgum.net
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: Debugging driver modules
Date: Mon, 02 Dec 2002 10:13:17 +0100 [thread overview]
Message-ID: <s5h65ucbx76.wl@alsa2.suse.de> (raw)
In-Reply-To: <1038695263.19113.12.camel@vermin2.joe.net>
At 30 Nov 2002 16:27:43 -0600,
Scott Bahling wrote:
>
> Hello-
>
> I have a STAudio DSP24 mkII and I have noticed that recent changes(after
> NOV 13) in the CVS creates an ICE1712 driver that locks up my kernel.
> Instead of just complaining about this problem I thought I might try to
> narrow down the location in the driver that is causing the lockup.
can you confirm the date when the critical change was applied to cvs?
the driver before Nov. 13 works really?
if so, you can make a diff between these two versions and find out
which change causing the lock up.
> Does anyone have any tips on debugging the driver modules? Is anyone
> using a debugger to do this? I have looked at UML, but I am not sure if
> there is a way to access the sound hardware with it.
AFAIK, UML is not possible for such a low-level driver, because it
needs the direct i/o access.
other kernel debuging tools might be useful, e.g. strack-tracing via
alt-sysrq. i cannot tell much about them since i've not used, too.
also, if the problem is a dead spinlock, you can try the kernel with
SPINLOCK_DEBUG flag to find the culprit.
Takashi
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
next prev parent reply other threads:[~2002-12-02 9:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-30 22:27 Debugging driver modules Scott Bahling
2002-11-30 17:38 ` Paul Davis
2002-12-01 14:27 ` Matthias Weiss
2002-12-02 9:13 ` Takashi Iwai [this message]
[not found] ` <3DEB8BED.4030002@mudgum.net>
2002-12-02 11:23 ` Takashi Iwai
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=s5h65ucbx76.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@lists.sourceforge.net \
--cc=sbahling@mudgum.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.