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: pt-raise.c: No such file or directory


> I have compiled my program with -g -ggdb switches. When I want to attach GDB to my program, I get this error
> 
> 0x00007f65a61fbb7b in raise (sig=<optimized out>) at ../nptl/sysdeps/unix/sysv/linux/pt-raise.c:42
> 42????? ../nptl/sysdeps/unix/sysv/linux/pt-raise.c: No such file or directory.
> (gdb)
> 
> Searching the web shows some pages. However I can not figure out what
> is missed. A development package? 

Someone probably installed the debugging info for some of your system
libraries (in this case, the nptl). This is only a warning, and you
can safely ignore it.

-- 
Joel


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