How read a CrashLog ?

  • Hello,
    sometimes while testing  Objective-C programs i get a crash,
    and a CrashLog. I'd like to know if it exists a tutorial on how to
    read and understand the content of a crash log ?

    thank you
    antonio
    _______________________________________________
    cocoa-dev mailing list | <cocoa-dev...>
    Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
    Do not post admin requests to the list. They will be ignored.
  • On Jun 30, 2004, at 2:58 PM, Antonio Ferraioli wrote:

    > Hello,
    > sometimes while testing  Objective-C programs i get a crash,
    > and a CrashLog. I'd like to know if it exists a tutorial on how to
    > read and understand the content of a crash log ?

    My guess would be that you could find some information in the gdb
    documentation as  a crashlog looks like a backtrace a bit.
    _______________________________________________
    cocoa-dev mailing list | <cocoa-dev...>
    Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
    Do not post admin requests to the list. They will be ignored.