Re: Crash
jolly <[email protected]>
| Newsgroups | gmane.linux.isdn.i4l.user |
|---|---|
| Message-ID | <[email protected]> |
kkjoe kkjoe wrote: > Call Trace: > [<c116216c>] dsp_function+0x6c8/0x1e3c [mISDN_dsp] > [<c10eba78>] bchannel_bh+0x130/0x148 [mISDN_core] > [<8013f0f8>] run_workqueue+0xb4/0x2d0 > [<80140124>] worker_thread+0x94/0x140 > [<80144dcc>] kthread+0x80/0xa8 > [<80105fd0>] kernel_thread_helper+0x10/0x18 hi, can you run gdb? in my case i would: netbook layer1 # gdb /lib/modules/2.6.39/extra/mISDN_dsp.ko GNU gdb (Gentoo 7.2 p1) 7.2 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu". For bug reporting instructions, please see: <http://bugs.gentoo.org/>... Reading symbols from /lib/modules/2.6.39/extra/mISDN_dsp.ko...done. (gdb) b *dsp_function + 0x6c8 Breakpoint 1 at 0x1848: file /root/mISDN/standalone/drivers/isdn/mISDN/dsp_core.c, line 699. my code+module does not make sense, since i might have different version and compile options. what version (kernel/standalone) do you use? what line do you get if you run gdb, and can you show me that line in your source code? regards, andreas