Mr Guy
02-27-2002, 09:48 AM
I've got SEVERAL core dumps from opening merchants and SEQ crashing and I'd like to try and generate some useful bt's from them. I googled for how to do it and came up with an answer of using:
gdb <core>
(gdb) bt
This GDB was configured as "i386-mandrake-linux"..."/root/core.10994": not in executable format: File format not recognized
(gdb) bt
No stack.
Any clues?
I'm assuming this has to do with the gcc3 now. Is there also a gdb3 somewhere I should be looking for?
gdb <core>
(gdb) bt
This GDB was configured as "i386-mandrake-linux"..."/root/core.10994": not in executable format: File format not recognized
(gdb) bt
No stack.
Any clues?
I'm assuming this has to do with the gcc3 now. Is there also a gdb3 somewhere I should be looking for?