• 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: Sailesh Agrawal <email@hidden>
  • Date: Tue, 19 Jul 2005 17:44:51 -0700

Eric Albert wrote:

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

That's weird. So it's 8MB for the main thread than aditional stack space per thread?

I was looking at MPCreateTask:
http://developer.apple.com/documentation/Carbon/Reference/Multiprocessing_Services/multiproc_ref/chapter_1.2_section_5.html#//apple_ref/doc/uid/TP30000145-DontLinkChapterID_2-F04011

In particular notice the comment "Specifying zero for the size will result in a default stack size of 4KB." In my application I was specifying 0 :-P
_______________________________________________
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: Eric Albert <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>)
 >Re: "Program exited with status value:45. mi_cmd_stack_list_frames_lite: No stack." Eh? (From: Eric Albert <email@hidden>)

  • Prev by Date: Incremental Builds with Precompiled Headers Broken
  • Next by Date: Re: Can you use Build Configurations to link with different libraries?
  • 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