• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Deep Recursion
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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>)

  • Prev by Date: Re: [Moderator] Re: iphone SDK questions
  • Next by Date: Re: Core Animation : are text attributes animatable ?
  • Previous by thread: Deep Recursion
  • Next by thread: Re: Deep Recursion
  • Index(es):
    • Date
    • Thread