Re: Debugger has exited due to signal 11 (SIGSEGV)
Re: Debugger has exited due to signal 11 (SIGSEGV)
- Subject: Re: Debugger has exited due to signal 11 (SIGSEGV)
- From: Paul Walmsley <email@hidden>
- Date: Tue, 04 Jul 2006 22:17:23 +0100
Is gdb killing your code or is gdb itself dying randomly.
It does sound like gdb itself may be dying here. I had similar problems
with Xcode versions prior to 2.3. Are you using the current version?
Try switching between the STABS and DWARF debugging formats.
As mentioned elsewhere previously on the list you can enable logging for
gdb with:
$ defaults write com.apple.Xcode PBXGDBDebuggerLogToFile YES
$ defaults write com.apple.Xcode PBXGDBDebuggerLogFileName /tmp/gd.log
Paul
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden