Re: pt-raise.c: No such file or directory
Jan Kratochvil <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 20 May 2014 12:19:02 +0200, Mahmood Naderan wrote: > Using Ubuntu-64bit, when I attach GDB to a process, I see these messages [...] > 42 ../nptl/sysdeps/unix/sysv/linux/pt-raise.c: No such file or directory. BTW (gdb) set filename-display absolute would should you the exact location of that file. [...] > On another system which runs Centos-64bit, I don't see such messages. CentOS glibc-debuginfo.rpm contains file: $ ls -l /usr/src/debug/*/nptl/sysdeps/unix/sysv/linux/pt-raise.c -rw-r--r-- 1 root root 1728 May 4 2010 /usr/src/debug/glibc-2.12-2-gc4ccff1/nptl/sysdeps/unix/sysv/linux/pt-raise.c > Any way to fix that? Bugreport it to Ubuntu; but the same problem affects also underlying Debian. Jan