Re: NSSavePanel crashing on instantiation.
Re: NSSavePanel crashing on instantiation.
- Subject: Re: NSSavePanel crashing on instantiation.
- From: j o a r <email@hidden>
- Date: Mon, 14 Mar 2005 22:48:36 +0100
On 2005-03-14, at 22.34, Dominic Feira wrote:
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:
The crashes that are not in this method, where do they pop up?
21 com.apple.AppKit 0x92f5852c +[NSSavePanel _crunchyRawUnbonedPanel]
+ 0x7c
I hope you got the Monty Python reference? :-)
<http://orangecow.org/pythonet/sketches/crunchy.htm>
Could you show a bit more of the backtrace btw.?
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.
Why "of course"? Is the other thread going to do anything with the data
returned from the save panel?
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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