On 2012-10-24 13:00, Dimitry Andric wrote:
..
Try the following:
$ gdb /path/to/crashed-program /path/to/crashed-program.core
GNU gdb (GDB) 7.5 [GDB v7.5 for FreeBSD]
Copyright (C) 2012 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 "i386-portbld-freebsd10.0".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /path/to/crashed-program...(no debugging symbols
found)...done.
[New process 100137]
Core was generated by `crashed-program'.
Program terminated with signal 4, Illegal instruction.
#0 0x08048632 in main ()
(gdb) disassemble
In fact, please use "disassemble/r", otherwise the actual opcodes won't
be shown.
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"