Re: How to dump core?
Re: How to dump core?
- Subject: Re: How to dump core?
- From: Prachi Gauriar <email@hidden>
- Date: Thu, 11 May 2006 00:02:42 -0400
On May 10, 2006, at 9:20 PM, Ken Turkowski wrote:
I'm doing some unit testing by compiling directly with gcc in
Terminal, and running as a command line tool, and I get a
segmentation fault. When I run in GDB, it runs fine. How can I get
it to dump core when running from the command line? Or do you have
some alternative debugging strategies?
Another option is to just view the crash log in ~/Library/Logs/
CrashReporter/processName.log. This gives you a stack trace for each
running thread, as well as register contents and any libraries that
are loaded in your app.
-Prachi
_______________________________________________
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