principalClass crashes
principalClass crashes
- Subject: principalClass crashes
- From: Morgan Winer <email@hidden>
- Date: Wed, 2 Nov 2005 01:29:55 -0500
For a certain plugin class, whenever I call the line below, my program
crashes.
Class theclass = [pluginBundle principalClass];
From what I can tell from the debugger, with this line included, any
other object instantiation is what causes the SIGTRAP.
However, if I step through the code line-by-line until the plugins are
loaded, then the rest of the program will run fine.
Is this some sort of weird race condition? A namespace collision? the
plugin & app rely on a lot of the same classes.
Any help would be appreciated,
- Morgan
_______________________________________________
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