> I see, you meant gdb/config.h, HAVE_PT_GETDBREGS is defined theer: > #define HAVE_PT_GETDBREGS 1 So, we'd be back to square one: Why does GDB crash. Looking at the backtrace, it looks like it tried to make a call via a null function pointer. Since I can't reproduce, and I'm out of ideas of what might be wrong, I'm afraid you'll have to debug this one. -- Joel