• 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: Crash on Throw
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Crash on Throw


  • Subject: Re: Crash on Throw
  • From: David Dunham <email@hidden>
  • Date: Wed, 12 Mar 2008 11:11:30 -0700


On 6 Mar 2008, at 18:27, Ken Thomases wrote:

All of a sudden a C++ app is crashing when throwing an exception. I've done a clean, and thrown out the personal files in .xcodeproj.

#0	0x000028fc in dyld_stub_binding_helper
#1	0x000ed558 in uw_init_context_1 at VignetteAnimate.cpp:246
#2	0x000edbe0 in _Unwind_Resume at VignetteAnimate.cpp:246
#3	0x000260dc in io::FileInputStream::FileInputStream at io.cpp:60

What's the specific crash? Illegal instruction? Access violation?

EXC_BAD_ACCESS. r29 is 0x7fffdead.

I'm getting a slightly different stack today

#0 0x94c86588 in __cxa_get_globals
#1 0x94c867d4 in __gxx_personality_v0
#2 0x000ed828 in _Unwind_RaiseException_Phase2 at VignetteAnimate.cpp: 246
#3 0x000edb88 in _Unwind_Resume at VignetteAnimate.cpp:246
#4 0x00025e9c in io::FileInputStream::FileInputStream at io.cpp:60


If it's the former, is there any chance your stack could be misaligned? The Mac OS X x86 ABI requires 16-byte-aligned stacks, but assembly language written for other platforms may only be written to preserve 4-byte alignment.


This is on PowerPC. There's no assembly in this application.

David Dunham
Voice/Fax: 206 783 7404             http://www.pensee.com/dunham/
Imagination is more important than knowledge. -- Albert Einstein

_______________________________________________
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: Crash on Throw
      • From: Thomas Engelmeier <email@hidden>
References: 
 >Crash on Throw (From: David Dunham <email@hidden>)
 >Re: Crash on Throw (From: Ken Thomases <email@hidden>)

  • Prev by Date: Re: FileManager for ppc64, #include <CoreServices/CoreServices.h> gives error.
  • Next by Date: Re: Crash on Throw
  • Previous by thread: Re: Crash on Throw
  • Next by thread: Re: Crash on Throw
  • Index(es):
    • Date
    • Thread