Re: Deep Recursion
Re: Deep Recursion
- Subject: Re: Deep Recursion
- From: Wade Tregaskis <email@hidden>
- Date: Wed, 27 Aug 2008 19:22:37 -0700
Is there some way (environment variable?) to limit the stack size to
something smaller, so that the exception (probably from stack
corruption) would show off earlier?
http://developer.apple.com/qa/qa2005/qa1419.html - Customizing Process
Stack Size
You can set limits/ulimits, define it at link time (-stack_size), or
modify it at runtime (setrlimit, pthread_attr_setstacksize, or - on
Leopard only - -[NSThread setStackSize:]).
Wade
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Deep Recursion (From: "Gerriet M. Denkmann" <email@hidden>) |