Re: cross development problem
Re: cross development problem
- Subject: Re: cross development problem
- From: Ed Wynne <email@hidden>
- Date: Tue, 18 Jul 2006 11:41:20 -0400
On Jul 18, 2006, at 10:17 AM, Thomas Bauer wrote:
Thanks for all your suggestions.
I tried out everything to find out what most of you already suggested.
it had nothing to do with the compiler settings.
It actually was a legacy releaseExclusiveAccess after the DRErase
that for some reason
crashed the program in 10.3 but not in 10.4.
The other issues where all seperate bugs invisible in 10.4.
I hate to be a skeptic, but releaseExclusiveAccess sanity checks
itself against an internal reference count. Extraneous releases are
essentially just no-ops. The only way it would cause harm is if the
object upon which it was been invoked was invalid. Which makes me
wonder...
Do you ever release a DRDevice? Its unlikely you would have to, since
all the methods to get them from DR are get and not copy or create.
Releasing DRDevices out from under DR is a very common mistake, and
would cause this symptom.
-Ed
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden