This is the mail archive of the libc-help@sourceware.org mailing list for the glibc 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: crash in __nptl_death_event


On Thu, Aug 28, 2008 at 6:07 AM, Jiri Olsa <olsajiri@gmail.com> wrote:
> Also I've never saw gdb message:
> Program received signal 0, Signal 0.

This looks like a bug in gdb or glibc's nptl libthread_db. Normally
signal 0 means "continue program", but in this case your program
caught the signal? Have you set any signal handling? What does info
signals show?

Have you tried building gdb from fsf cvs head and seeing if you can
reproduce the failure?

Cheers,
Carlos.


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