Re: Cocoa called from Carbon, objc_msgSend crash in 10.3.9.
Re: Cocoa called from Carbon, objc_msgSend crash in 10.3.9.
- Subject: Re: Cocoa called from Carbon, objc_msgSend crash in 10.3.9.
- From: "Shawn Erickson" <email@hidden>
- Date: Wed, 20 Dec 2006 19:15:22 -0800
On 12/20/06, Matt Fox-Wilson <email@hidden> wrote:
I accidentally turned on deplyoment processing for the build so the stack
looks a little odd. The Cocoa call is being made after main(), after
NSApplicationLoad, and during the interface initialisation process of the
application (an internal process rather than a standard Cocoa app
process).
There were other entries too, I just didn't want to paste them all.
Interestingly, the user did report a similar problem he'd had in the past
that seemed to relate to fonts (my original research to see if anyone had
experienced this found some notes on font problems) but he says repeating
the process that fixed it for the other app (I think it was Safari) didn't
work this time. I think it's time for me to get him to do some
troubleshooting :)
Thanks for all the ideas.
Are multiple thread involved in this application? If so any of them
utilize Cocoa?
If so make sure Cocoa is in multi-threaded mode. Review the following
for details...
<
http://developer.apple.com/documentation/Cocoa/Conceptual/Multithreading/articles/CocoaDetaching.html#//apple_ref/doc/uid/20000738-125024-BAJGFJED
-Shawn
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden