Re: Crash during function prologue
Re: Crash during function prologue
- Subject: Re: Crash during function prologue
- From: Lawrence Gold <email@hidden>
- Date: Sat, 06 Jan 2007 11:32:23 -0700
On Sat, 2007-01-06 at 09:27 -0800, email@hidden wrote:
> I'm a relatively new Xcode user, and I'm running into a crash during the
> function
> prologue of one of my functions and I'm not quite sure how to go about
> debugging
> it.
It could be a stack overflow. If this is in a thread, you can try giving
it a larger stack. Or look back in the stack crawl and see if there are
any huge stack-based allocations (e.g., local arrays) that could be
allocated from the heap instead.
_______________________________________________
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