• 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: "Program exited with status value:45. mi_cmd_stack_list_frames_lite: No stack." Eh?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "Program exited with status value:45. mi_cmd_stack_list_frames_lite: No stack." Eh?


  • Subject: Re: "Program exited with status value:45. mi_cmd_stack_list_frames_lite: No stack." Eh?
  • From: Eric Albert <email@hidden>
  • Date: Tue, 19 Jul 2005 16:49:23 -0700

On Jul 19, 2005, at 4:38 PM, Sailesh Agrawal wrote:

It turns out that my most thread in my application were using about 1 MB of stack each. Carbon thread have a default stack limit of 4kb and Cocoa (pthread) have a default stack limit of 512 kB. Usually when you run of the stack limit you won't notice right away. Until you right over some data that you'll need :-P

Are you talking about Carbon Thread Manager threads?  Because threads in both Carbon and Cocoa apps are based on pthreads and have the same amount of stack space, which is 8 MB on the main thread -- run 'limit stacksize' on the command line to see that -- and something less than that (512K, perhaps) on secondary threads.

-Eric

 _______________________________________________
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

  • Follow-Ups:
    • Re: "Program exited with status value:45. mi_cmd_stack_list_frames_lite: No stack." Eh?
      • From: Sailesh Agrawal <email@hidden>
References: 
 >"Program exited with status value:45. mi_cmd_stack_list_frames_lite: No stack." Eh? (From: Jonathan del Strother <email@hidden>)
 >Re: "Program exited with status value:45. mi_cmd_stack_list_frames_lite: No stack." Eh? (From: Sailesh Agrawal <email@hidden>)
 >Re: "Program exited with status value:45. mi_cmd_stack_list_frames_lite: No stack." Eh? (From: "James Larcombe" <email@hidden>)
 >Re: "Program exited with status value:45. mi_cmd_stack_list_frames_lite: No stack." Eh? (From: Sailesh Agrawal <email@hidden>)

  • Prev by Date: Re: Displaying Custom Data Types in Debugger
  • Next by Date: Incremental Builds with Precompiled Headers Broken
  • Previous by thread: Re: "Program exited with status value:45. mi_cmd_stack_list_frames_lite: No stack." Eh?
  • Next by thread: Re: "Program exited with status value:45. mi_cmd_stack_list_frames_lite: No stack." Eh?
  • Index(es):
    • Date
    • Thread