> Program received signal EXC_BAD_ACCESS, Could not access memory.
> 0x000168f2 in ?? ()
> (gdb) bt
> #0  0x000168f2 in ?? ()
> Cannot access memory at address 0xbeffffe4
> (gdb) info threads
> * 1 thread 1005.1  0x000168f2 in ?? ()
> (gdb) disassemble 
> No function contains program counter for selected frame.

Use x/10i $pc to see the code there when disassemble doesn't know what
bounds to use.  When gdb is confused, you can figure out what's loaded
where and use add-symbol-file with some manual calculations.  I'm sure the
details of that are floating around somewhere.


_______________________________________________
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd

Reply via email to