• 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 during function prologue
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Crash during function prologue


  • Subject: Re: Crash during function prologue
  • From: Jonas Maebe <email@hidden>
  • Date: Sat, 6 Jan 2007 18:35:54 +0100


On 06 Jan 2007, at 18:27, email@hidden wrote:

0x0032cf10  <+0000>  mflr    r0
0x0032cf14  <+0004>  stmw    r29,-12(r1)
0x0032cf18  <+0008>  stw     r0,8(r1)
0x0032cf1c  <+0012>  lis     r0,-9
0x0032cf20  <+0016>  ori     r0,r0,57648
0x0032cf24  <+0020>  stwux   r1,r1,r0

The crash is at the stwux, it's an EXC_BAD_ACCESS. At that point r1 (that's
the stack
pointer, right?) is 0xf0080230 and r0 is 0xfff7e130. Adding those actually
overflows
32 bits, and the bad access is at 0xefffe360.

Which means that you probably have declared about 0xfff7e130 bytes worth of local variables in this function.



Jonas _______________________________________________ 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 during function prologue
      • From: Steve Christensen <email@hidden>
References: 
 >Crash during function prologue (From: email@hidden)

  • Prev by Date: Crash during function prologue
  • Next by Date: Re: Crash during function prologue
  • Previous by thread: Crash during function prologue
  • Next by thread: Re: Crash during function prologue
  • Index(es):
    • Date
    • Thread