• 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
Multithreading Bundles
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Multithreading Bundles


  • Subject: Multithreading Bundles
  • From: "Josh Ferguson" <email@hidden>
  • Date: Fri, 21 Nov 2003 20:32:25 -0600
  • Thread-topic: Multithreading Bundles

I'm working in a multithreaded application and am getting crashes in
Panther that never occured in Jaguar. Basically, I'm dynamically
loading a bundle (the DiscRecording frameworks, specifically) in a
thread, then passing a pointer to that bundle into my main thread using
the [_imageController performSelectorOnMainThread:@selector(burnPath:)
withObject:arguments waitUntilDone:TRUE]. Arguments contains pointers
to the DiscRecording and DiscRecordingUI frameworks (as well as a
couple of NSStrings). When I go to get a class (DRFolder) out of the
bundle, in the main thread (using the [NSBundle classNamed:] method),
my app is crashing. I know multithreading is a touchy issue, but I'm
confounded because it USED to work in Jaguar! Anyone have any ideas
what's going on?

Thanks,

Josh Ferguson
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Re: Waiting for a Cocoa app to die...
  • Next by Date: Re: Re-Post: Dragging out of an NSBrowser
  • Previous by thread: Re: Waiting for a Cocoa app to die...
  • Next by thread: Re: Multithreading Bundles
  • Index(es):
    • Date
    • Thread