• 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: Xcode 4.1 GM exception raised in PDFkit
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode 4.1 GM exception raised in PDFkit


  • Subject: Re: Xcode 4.1 GM exception raised in PDFkit
  • From: Dave Keck <email@hidden>
  • Date: Mon, 01 Aug 2011 11:34:24 -1000

> Indeed I should clarify. What I mean is, the app is dropped in to the
> debugger (gdb in this case) with debugger stopping in main. The trace is
> below. Surely the fact that an exception is thrown is indicative of a bug
> somewhere. Again, this didn't happen on 10.6 with Xcode 4 but only started
> happening on later versions of Xcode 4 with 10.7 (sorry I can't be more
> precise here; I've tried to ignore this problem for a while). Anyway, what
> it means is, I can't run the app in Xcode with a break point on "all
> exceptions". I would consider that a bug. Right?

This is a C++ exception, which are often used as normal flow control
mechanisms. (In contrast to Objective-C exceptions, which are
conventionally reserved for programmer error.)

Unless you're seeing some console output indicating an error or a
crash, this is likely expected behavior. You can turn off breaking on
C++ exceptions by editing the breakpoint.
 _______________________________________________
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: Xcode 4.1 GM exception raised in PDFkit
      • From: Scott Ribe <email@hidden>
References: 
 >Xcode 4.1 GM exception raised in PDFkit (From: Martin Hewitson <email@hidden>)
 >Re: Xcode 4.1 GM exception raised in PDFkit (From: Chris Idou <email@hidden>)
 >Re: Xcode 4.1 GM exception raised in PDFkit (From: Martin Hewitson <email@hidden>)

  • Prev by Date: Re: Project converted from Snow Leopard to Lion; sudden multiple warnings.
  • Next by Date: Re: Xcode 4.1 GM exception raised in PDFkit
  • Previous by thread: Re: Xcode 4.1 GM exception raised in PDFkit
  • Next by thread: Re: Xcode 4.1 GM exception raised in PDFkit
  • Index(es):
    • Date
    • Thread