Bad free() before any of my code
Bad free() before any of my code
- Subject: Bad free() before any of my code
- From: Brian Barnes <email@hidden>
- Date: Wed, 26 Nov 2003 01:11:42 -0500
Just wondering if anybody has seen this or knows a way to track it down.
I'm getting 8 of these in the console:
*** malloc[4362]: Deallocation of a pointer not malloced: 0x1ad6e00;
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
They happen before the first line of my code executes, so I'm not sure
where they could be coming from. Is there a way to trace what's
happening when my app starts up?
[>] Brian
_______________________________________________
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.