Re: Cocoa and 10.1.2
Re: Cocoa and 10.1.2
- Subject: Re: Cocoa and 10.1.2
- From: David Remahl <email@hidden>
- Date: Sat, 22 Dec 2001 22:58:06 +0100
>
Is it just me or is Cocoa less stable with 10.1.2?
>
>
I was hoping that 10.1.2 would improve the stability of my app, but it
>
seems to have added a few new crashing problems. And the old ones still
>
exist. Yes, I did report them to the Apple bug reporter.
>
>
I've traced the crashed in gdb and they always happen inside of Cocoa.
>
Deleting an NSDrawer, displaying an NSTableHeaderCell etc.
I've been running it for a while, and have possibly seen something like what
you describe...Most often, though, it appears to be merely a result of
removed sanity-checks inside of the Cocoa classes...That may be due to
optimisations...That has been what I've found at least...
/ david