NSSavePanel crashing on instantiation.
NSSavePanel crashing on instantiation.
- Subject: NSSavePanel crashing on instantiation.
- From: Dominic Feira <email@hidden>
- Date: Mon, 14 Mar 2005 16:34:52 -0500
I am simply throwing up a save panel and doing a runModal on it. I'm not doing anything fancy at all. I am getting a lot of crashes (not always) in:
21 com.apple.AppKit 0x92f5852c +[NSSavePanel _crunchyRawUnbonedPanel] + 0x7c
Any ideas what could be causing this? The app is multithreaded. However, I have been careful to do all gui operations only in the main thread. That said, this call to NSSavePanel is done in a method that is called with
performSelectorOnMainThread:withObject:waitUntilDone:
waitUntilDone: TRUE is used of course.
Dominic Feira / Code Monkey / Ambrosia Software, Inc. _______________________________________________
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