On Tue, Jul 15, 2008 at 2:36 PM, Markus Spoettl <[EMAIL PROTECTED]> wrote: > Any ideas what could be causing something like this?
Doesn't look like it's your fault, unless for some reason the string is being dealloc'd under the call stack's feet -- make sure that the call stack eventually winds up in your code; if it doesn't, you've hit the top of the runloop and the string has probably been released by an autorelease pool. After confirming this, file a bug at http://bugreport.apple.com, as this is a pretty serious issue. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
