Re: gdb python core dump file : not in executable format: File format not

2014-04-15 Thread Wesley
在 2014年4月15日星期二UTC+8上午3时37分58秒,david@gmail.com写道: > Does this help? > > > http://plasmodic.github.io/ecto/ecto/usage/external/debugging.html > > > > > > > http://gnuradio.org/redmine/projects/gnuradio/wiki/TutorialsDebugging > > > > > > http://downloads.conceptive.be/downloads/came

Re: gdb python core dump file : not in executable format: File format not

2014-04-14 Thread david.gar...@gmail.com
Does this help? http://plasmodic.github.io/ecto/ecto/usage/external/debugging.html http://gnuradio.org/redmine/projects/gnuradio/wiki/TutorialsDebugging http://downloads.conceptive.be/downloads/camelot/doc/sphinx/build/advanced/debug.html http://forums.gentoo.org/viewtopic-p-7123814.html On

gdb python core dump file : not in executable format: File format not

2014-04-14 Thread Wesley
Hi guys, Today I am debugging an issue related to memory leak. I use gdb 7.7 and python 2.7.6 to generate one core dump file from production env. And then, just use gdb to debug the coredump upon the same machine. Got error that seems not support debug core file using pyton? Here is snippet: