Resuming a single suspended thread on Linux

Jim Blandy jimb@codesourcery.com
Thu Jan 18 18:36:00 GMT 2007


"Yaki Tebeka" <tebeka@gmail.com> writes:
> I tried the suggested solution, but unfortunately, it does not seem to work.
> I am running Fedora Core 5, 64 bit on an AMD processor.
> After I call "set scheduler-locking on", and "continue", the entire
> debugged process seem to remain freeze.
> I tried setting my data collection thread as the active thread and
> even setting the main thread as the active thread, but both options
> does not seem to work.
>
> Do you know if its a GDB bug, or an "expected behaviour" on Linux?
>
> Can you suggest another solution to my problem?

Without knowing more, I couldn't say.

Does the thread you're running wait on any mutexes that might be held
by the stopped threads?



More information about the Gdb mailing list