Actually, this works for me on 10.5.6, with XCode 3.1.1. The assert doesn't trigger.
I wonder... NSThread posts an NSThreadWillExitNotification with the NSThread instance as the object, which is retaining your ConnectionFactory. Is it possible that since you have no run loops the notification gets stuck until some run loop runs? Or it could be a bug that was fixed in the latest release.Try putting a run loop in your main function instead. I'd try it, but like I said, I don't think I'm seeing the failure. _______________________________________________ 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]
