Re: LLVM 4.2 bug: crash on 10.6.8 in loop iteration
Re: LLVM 4.2 bug: crash on 10.6.8 in loop iteration
- Subject: Re: LLVM 4.2 bug: crash on 10.6.8 in loop iteration
- From: "Gary L. Wade" <email@hidden>
- Date: Wed, 20 Feb 2013 08:43:28 -0800
- Thread-topic: LLVM 4.2 bug: crash on 10.6.8 in loop iteration
Is it the empty array that's causing the crash? Does it still crash if
the array has at least one object?
--
Gary L. Wade
http://www.garywade.com/
On 2/20/2013 8:33 AM, "Andy Lee" <email@hidden> wrote:
>If you upgraded to Xcode 4.6 and suddenly you've been seeing crashes when
>deploying to Snow Leopard, you might want to go back to Xcode 4.5.2.
>
>In a nutshell, the following crashes on 10.6.8 when compiled with Apple
>LLVM 4.2 with a deployment target of 10.6.
>
> NSArray *array = [[NSArray alloc] init];
> for (NSString *string in array)
> {
> return;
> }
>
>I just filed rdar://13253340 and copied it to Open Radar:
>
><http://openradar.appspot.com/radar?id=2749401>
>
>--Andy
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden