Re: ack no class
Re: ack no class
- Subject: Re: ack no class
- From: Steve Christensen <email@hidden>
- Date: Mon, 30 Mar 2009 07:16:55 -0700
Maybe start up that generated app in gdb with a breakpoint set on
NSLog? When it breaks you could look at the backtrace. That may at
least tell you where the message is being generated, which may then
tell you why.
On Mar 29, 2009, at 3:26 PM, Mark Sibly wrote:
I'm the author of BlitzMax, a multi-platform 'basic like' compiler.
I've recently had a few reports that apps generated by the Mac version
are producing a mysterious "ack no class" error when they start up -
similar to this:
2009-03-24 22:26:14.460 test[10329:717] ack no class
This appears to be written to 'stderr' and is occuring somewhere
between [NSApp run] and the [applicationDidFinishLaunching] method in
the app delegate - ie: it appears to be somewhere inside OsX/Cocoa.
I have been unable to reproduce this myself, but it's occurring on at
least one other machine with an identical config to mine - an Intel
Mac with OS X 10.5.6.
Has anyone else encountered this?
From the few similar cases I've found via google, Safari beta4 has
been suggested as a cause but I have that installed and am not getting
this error.
It's not really a biggy, as it doesn't seem to affect the app in any
way, it's just pretty ugly for users of an apparently 'basic like'
language.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden