Summary: | sys-kernel/gentoo-sources-2.6.24-r2: crash when disconnecting usb sound device | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Stephan Birkl <sbp> |
Component: | [OLD] Core system | Assignee: | Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
URL: | http://bugzilla.kernel.org/show_bug.cgi?id=9196 | ||
Whiteboard: | watch-linux-bugzilla | ||
Package list: | Runtime testing required: | --- | |
Attachments: | dmesg oops output |
Description
Stephan Birkl
2008-02-19 19:56:34 UTC
Created attachment 144010 [details]
dmesg oops output
Is this related? It's assigned to gregkh. http://bugzilla.kernel.org/show_bug.cgi?id=9196 Nice find, certainly identical. Stephan, please do the following. It will identify the line of code causing the crash. Please post the results on the upstream bug. The following must be done on a kernel which has not been modified (i.e. no compiler or config changes) since your oops message was posted. # emerge -n gdb # cd /usr/src/linux # rm sound/core/control.o # make CONFIG_DEBUG_INFO=y sound/core/control.o # gdb sound/core/control.o Then at the gdb prompt: # list *snd_ctl_dev_disconnect+0x17 will continue on upstream bug |