What about retrieving the crash log in ~/Library/Logs ?


Le 11 juin 09 à 06:11, Nick Zitzmann a écrit :


On Jun 10, 2009, at 8:35 PM, Martin Batholdy wrote:

11.06.09 04:24:15 com.apple.launchd[66] ([0x0-0x53053].com.yourcompany. test[762]) Exited abnormally: Trace/ BPT trap
11.06.09 04:24:30 test[767] An uncaught exception was raised

11.06.09 04:24:30 test[767] *** -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)


Good; I figured there had to be something in the console... What I would do is install the developer tools on that other computer, if you haven't already, and then run the executable on the command line with GDB. Break on objc_exception_throw, and then you can get a trace on the problem once the exception is thrown. That ought to narrow down the problem.

Nick Zitzmann
<http://www.chronosnet.com/>



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/devlists%40shadowlab.org

This email sent to devli...@shadowlab.org


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to