On Mon, 17 Mar 2003 15:12:54 +0100, Sven Luther wrote: > BTW, does debian's gdb work with loadable modules ?
Yes, it should work fine. (At least, if you're referring to modules loaded into a userspace process like XFree86.) You probably want to just start X11 under gdb and try to reproduce the failure; it will pop up a backtrace when it crashes. If you need to set breakpoints inside modules then use "set stop-on-solib-events 1" to make gdb stop and give you a chance to set them when the modules are loaded. Regards Martin

