pt-raise.c: No such file or directory
Joel Brobecker
brobecker@adacore.com
Mon Feb 11 19:13:00 GMT 2013
> 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
More information about the Gdb
mailing list