Re: Exception while stepping in debugger
Re: Exception while stepping in debugger
- Subject: Re: Exception while stepping in debugger
- From: friesen <email@hidden>
- Date: Sun, 6 Jun 2004 00:47:16 -0700
Does this problem reproduce if you turn off the Custom Data Display by
unchecking the menu item in the Debug menu? Is this a Carbon
application?
Cheers,
-ChrisF
On Jun 5, 2004, at 4:49 PM, John Clements wrote:
When I launch my application into the debugger it runs fine, but if I
set a break point and step through code I occasionally get a malloc
error (see below). It doesn't seem to be tied to a particular location
in the code. It seems to happen when I step out of a function.
Difficult to reproduce. I've tried launching my application using
MallocDebug too, but it runs fine there too. Any clues? Could this be
a problem with XCode, or is it a subtle problem in my code?
*** malloc[5142]: Deallocation of a pointer not malloced: 0x412f684;
This could be a double free(), or free() called with the middle of an
allocated block; Try setting environment variable MallocHelp to see
tools to help debug
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.