Re: Thread-related crash
Re: Thread-related crash
- Subject: Re: Thread-related crash
- From: Nat! <email@hidden>
- Date: Wed, 7 Apr 2004 23:54:17 +0200
I can't tell you what's going wrong but looking at your crash, it seems
you are not trying hard enough to
do all Cocoa/GUI-related things via performOnMainThread. I cut out a
few of the OS-spawned threads that were sitting
Thread 0:
0 libSystem.B.dylib 0x90017048
semaphore_wait_signal_trap + 0x8
1 libSystem.B.dylib 0x9000e890 _pthread_cond_wait +
0x270
2 com.apple.AppKit 0x92dca4e4 -[NSViewHierarchyLock
lockForWriting] + 0x194
3 com.apple.AppKit 0x92dd4dc8 -[NSView
_displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] +
0x114
That's AppKit.
Thread 2 Crashed:
0 com.apple.AppKit 0x92dc4cfc -[NSView
lockFocusIfCanDraw] + 0x2a4
1 com.apple.AppKit 0x92de9988 -[NSView lockFocus] +
0x28
That's AppKit too.
Ciao
Nat!
------------------------------------------------------
The idea was to offend people. But not just with
garbage. Just because something is offensive crap
doesn't necessarily mean it's any good. - Philip Dick
_______________________________________________
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.