• 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
Debug error--gdb could not unwind past...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Debug error--gdb could not unwind past...


  • Subject: Debug error--gdb could not unwind past...
  • From: dct <email@hidden>
  • Date: Thu, 15 Sep 2011 17:31:44 -0700

I previously posted this problem to the Cocoa-Div List but haven't gotten any replies.

While debugging, I've experienced an intermitent error, "gdb could not unwind past this frame". 

When an error occurs I usually get:
   "Error from Debugger:Previous frame inner to this frame (gdb could not unwind past this frame)"
though occasionally I've gotten:
   "gdb received signal EXC BAD ACCESS".

I've isolated this error to calls from a conventional for( ) loop to a specific C function.
 - This happens almost every time when a breakpoint is not set within the loop,
 -   perhaps 25-50% of the time when a breakpoint is set within the loop, and
-   sometimes after a restart  ( the loop having performed properly before the restart).

The C function, vRawFFT(  ),
         int   vRawFFT( void *in0, void *out0,  void *fftSetup, unsigned int fftSize,
          BOOL fwdFlag, BOOL realFlag, BOOL floatFlag )
provides a common calling routine to the vDSP functions:
         vDSP_fft_zip, vDSP_fft_zipD, vDSP_fft_zrip,  and vDSP_fft_zripD.
It's been working as expected, and without difficulty, elsewhere in my project for several years now.

I'm stumped and new some advice.
And is there any good reference outlining causes and strategies to avoid this error (I've searched but haven't found any).

Thanks, Don Thompson
 _______________________________________________
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: Debug error--gdb could not unwind past...
      • From: "Mills, Steve" <email@hidden>
  • Prev by Date: Re: how to find a .strings file?
  • Next by Date: weird message in gdb
  • Previous by thread: Re: IB in separate window?
  • Next by thread: Re: Debug error--gdb could not unwind past...
  • Index(es):
    • Date
    • Thread