Ok here it is:

Core was generated by `mg'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libcurses.so.12.0...done.
Loaded symbols for /usr/lib/libcurses.so.12.0
Reading symbols from /usr/lib/libc.so.60.1...done.
Loaded symbols for /usr/lib/libc.so.60.1
Reading symbols from /usr/libexec/ld.so...done.
Loaded symbols for /usr/libexec/ld.so
#0  0x1c004f28 in ?? ()
(gdb) bt
#0  0x1c004f28 in ?? ()
#1  0x000001ca in ?? ()
#2  0x7d4d1980 in ?? ()
#3  0xcfbda538 in ?? ()
#4  0x1c012c37 in ?? ()
#5  0x00000001 in ?? ()
#6  0x3c009580 in __progname_storage ()
#7  0x00000021 in ?? ()
#8  0x0000002d in ?? ()
#9  0x00000000 in ?? ()

On Thu, Jan 12, 2012 at 4:12 PM, Loganaden Velvindron
<[email protected]> wrote:
> you have to run gdb /usr/bin/mg <path to the core file>
>
> when it loads, you type backtrace or bt.
>
> If it suceeds, you can paste the output here.

Reply via email to