Comment 35 for bug 1533793

Revision history for this message
Nicolas Vila (nvlan) wrote :

Hello Julien,

I followed your steps, but sadly gdb can't recognize the 5.9GB coredump file:

root@gnocchi-metricd:~# file core
core: ELF 64-bit LSB core file x86-64, version 1 (SYSV), too many program header sections (451)
root@gnocchi-metricd:~# gdb /usr/bin/python2.7 core
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/python2.7...Reading symbols from /usr/lib/debug//usr/bin/python2.7...done.
done.
"/root/core" is not a core dump: File format not recognized
(gdb) bt full
No stack.

Is there any other way we could proceed?

Many thanks, regards.