• 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: Mon, 18 Jul 2005 22:09:31 -0700

Jonathan del Strother wrote:

I'm trying to debug my program. It runs for a while, then suddenly quits. No crash log is left, and gdb doesn't catch anything. All I get is this in the debug console:

Program exited with status value:45.mi_cmd_stack_list_frames_lite: No stack.


It runs fine without the debugger attached. Any bright ideas?


some ideas:

1. it might be that you're throwing an exception that is never caught. though i don't know why this would only happen in debug mode. you can tell XCode to break on all exceptions (Debug - Stop on C++ throw).

2. it might be something is corrupting your stack really badly. Try debugging with guarded memory allocated.
http://developer.apple.com/technotes/tn2004/tn2124.html#SECGMALLOC


3. weird vtable issue. i had a similar crash that wouldn't leave a stack trace. it turned out that the problem was the vtable in one of my classes was messed up. when a certain function was called the app would crash. i'm not sure how you could debug this problem.

good luck !
_______________________________________________
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: Jonathan del Strother <email@hidden>
    • Re: "Program exited with status value:45. mi_cmd_stack_list_frames_lite: No stack." Eh?
      • From: "James Larcombe" <email@hidden>
References: 
 >"Program exited with status value:45. mi_cmd_stack_list_frames_lite: No stack." Eh? (From: Jonathan del Strother <email@hidden>)

  • Prev by Date: Re: Displaying Custom Data Types in Debugger
  • Next by Date: Re: "Program exited with status value:45. mi_cmd_stack_list_frames_lite: No stack." Eh?
  • Previous by thread: "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