• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: cross development problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: cross development problem
      • From: Thomas Bauer <email@hidden>
References: 
 >cross development problem (From: Thomas Bauer <email@hidden>)
 >Re: cross development problem (From: Ed Wynne <email@hidden>)
 >Re: cross development problem (From: Thomas Bauer <email@hidden>)
 >Re: cross development problem (From: Uli Kusterer <email@hidden>)
 >Re: cross development problem (From: Thomas Bauer <email@hidden>)

  • Prev by Date: Re: Archive a NSFileHandle into NSData object
  • Next by Date: Re: Getting added object with KVO
  • Previous by thread: Re: cross development problem
  • Next by thread: Re: cross development problem
  • Index(es):
    • Date
    • Thread