Re: signal 11 (SIGSEGV) error
Re: signal 11 (SIGSEGV) error
- Subject: Re: signal 11 (SIGSEGV) error
- From: Joar Wingfors <email@hidden>
- Date: Thu, 23 Apr 2009 23:46:39 -0700
On 23 apr 2009, at 23.19, Scott Ribe wrote:
NSString *path = [@"~" stringByExpandingTildeInPath];
Or in this particular case preferably:
NSString *path = NSHomeDirectory();
Note that Shawn already pointed out the memory management problem that
seems likely to be the reason for the reported problem.
Finally, the stuff logged by the debugger is the licensing blurb from
GDB and expected.
j o a r
_______________________________________________
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