Re: What to do about "clobbered by `longjmp' or `vfork'" warnings?
Re: What to do about "clobbered by `longjmp' or `vfork'" warnings?
- Subject: Re: What to do about "clobbered by `longjmp' or `vfork'" warnings?
- From: Alastair Houghton <email@hidden>
- Date: Wed, 3 Dec 2003 14:33:01 +0000
On 3 Dec 2003, at 13:51, j o a r wrote:
> So the best way to fix these warnings in the general case is basically
> to wrap the whole method in the exception handler? I had some sort of
> idea that you might want to just bracket the code that could throw
> exceptions in the handler, but that's perhaps an unnecessary
> "optimization" (for readability)?
It's a good idea, but unfortunately because of the implementation of
exceptions in Objective-C, we're stuck with the setjmp()/longjmp()
problem, at least until enough people are using Panther to make it
worthwhile writing code that only works on 10.3. (I'm assuming that
this problem no longer exists with the compiler-integrated support?)
Kind regards,
Alastair.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.