Re: malloc_error_break
Re: malloc_error_break
- Subject: Re: malloc_error_break
- From: Fritz Anderson <email@hidden>
- Date: Mon, 7 Apr 2008 11:57:23 -0500
On 7 Apr 2008, at 11:43 AM, Don Arnel wrote: I'm getting this message in the console while testing my app:
NewApp(2464,0xa0684fa0) malloc: *** error for object 0x1d7f80: double free *** set a breakpoint in malloc_error_break to debug
I've tried to look for 'malloc_error_break' in the documentation (which I must say is very poor and difficult to use) but came up empty. So, how does one go about setting a breakpoint in malloc_error_break?\
Open the Breakpoints window (opt-cmd-B) and find at the bottom of the breakpoint list a blue cube with a label explaining how to create a symbolic breakpoint. Do so, and type in malloc_error_break. You're done.
— F
|
_______________________________________________
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