I'm trying to use openocd to do remote gdb debugging on a AT91SAM7 board. It definitely works but after stepping for a little while the openocd process always segfaults. I'm very new to openocd but I suspect it shouldn't crash like this. I'm having trouble running openocd under gdb or I would post more information about the crash.
Thanks, Nathan French -- $ openocd -f ~/dev/ocd/openocd.cfg Open On-Chip Debugger 0.1.0 (2009-01-22-11:22) Release BUGS? Read http://svn.berlios.de/svnroot/repos/openocd/trunk/BUGS $URL: https://kc8...@svn.berlios.de/svnroot/repos/openocd/tags/openocd-0.1.0/src/openocd.c $ Info : JTAG tap: sam7x256.cpu tap/device found: 0x3f0f0f0f (Manufacturer: 0x787, Part: 0xf0f0, Version: 0x3) Info : JTAG Tap/device matched Warn : no tcl port specified, using default port 6666 Warn : DBGACK set while target was in unknown state. Reset or initialize target. target state: halted target halted in ARM state due to breakpoint, current mode: Supervisor cpsr: 0x600000d3 pc: 0x00100c28 Info : accepting 'gdb' connection from 0 Info : JTAG tap: sam7x256.cpu tap/device found: 0x3f0f0f0f (Manufacturer: 0x787, Part: 0xf0f0, Version: 0x3) Info : JTAG Tap/device matched Warn : srst pulls trst - can not reset into halted mode. Issuing halt after reset. target state: halted target halted in ARM state due to debug-request, current mode: Supervisor cpsr: 0x200000d3 pc: 0x001000bc core state: ARM force hard breakpoints Info : dropped 'gdb' connection - error -400 Info : accepting 'gdb' connection from 0 Info : JTAG tap: sam7x256.cpu tap/device found: 0x3f0f0f0f (Manufacturer: 0x787, Part: 0xf0f0, Version: 0x3) Info : JTAG Tap/device matched Warn : srst pulls trst - can not reset into halted mode. Issuing halt after reset. target state: halted target halted in ARM state due to debug-request, current mode: Supervisor cpsr: 0x200000d3 pc: 0x001000bc Segmentation fault _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development