This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Can't debug my xlib changes because gdb gets SIGTRAP in __sigsuspend via _Jv_ThreadWait
>>>>> "Scott" == Scott Gilbertson <scottg@mantatest.com> writes:
Scott> I'm trying to debug my xlib changes, but the debugger is not
Scott> giving me the effect I'm looking for.
Bummer.
Scott> With my .gdbinit settings, I can load and run my program just
Scott> fine in gdb. If I set a breakpoint, however, the thing always
Scott> gets a SIGTRAP in __sigsuspend.
I've never seen this, sorry :-(.
Scott> Any idea what's going on and/or how to get the debugger to work?
You could try running a newer version of gdb.
Or asking for help on the gdb list.
Also, your stack trace is showing the main thread.
What is happening in the other threads?
Tom