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]

Assert in linux_nat_resume


Hi,

I've been having the following problem with GDB version 6.8 for a while now:

[New LWP 20436]
linux-nat.c:1152: internal-error: linux_nat_resume: Assertion `lp != NULL' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) y
linux-nat.c:1152: internal-error: linux_nat_resume: Assertion `lp != NULL' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Create a core file of GDB? (y or n) n



I'm debugging a program with many threads and this happens often when I close(pthread_exit()) and start threads (pthread_create). I really don't know what is wrong.


I'm pretty sure it has something to do with my program but I don't know where to start (Debugging with printf() is a rather tedious task!). Any help would be greatly appreciated.

Regards,

Marc


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