This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Resuming a single suspended thread on Linux


"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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]