On May 20, 2011, at 4:41 PM, Ken Victor wrote: > the following problem only occurs when i run my app in 64-bit mode; i.e., it > does not happen when i run in 32-bit mode. my environment is snow leopard > 10.6.7 running on a mac pro. > > when i call: > -[NSPrintPanel > beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:] > > i get the following (either in the console log or the xcode console when i > run under xcode): > > 5/19/11 4:14:49 PM Accounts[18320] -[NSError > _addExceptionHandlerStackTrace]: unrecognized selector sent to instance > 0x126795280 [...] > can anyone offer me a clue/suggestion as to what might be causing this > problem and how i can go about fixing it?
If you can reproduce the problem locally, have you tried breaking on objc_exception_throw, reproducing the problem, and then looking at the circumstances leading up to the exception? Nick Zitzmann <http://www.chronosnet.com/> _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
