• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: interpreting crashlog
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: interpreting crashlog


  • Subject: Re: interpreting crashlog
  • From: Eric Albert <email@hidden>
  • Date: Wed, 27 Sep 2006 03:01:02 -0700

On Sep 27, 2006, at 1:52 AM, email@hidden wrote:

could be a bit off list

i have a crashlog with the following info:

Thread 9 Crashed:
0   px                0x00c12430 px3claimobject::claim(unsigned char*) + 404 (px3claimobject.cp:343)
1   px                0x00c0ee90 px3claimobjectatomic::claimwaitfor() + 220 (px3claimobject.cp:150)
2   px                0x004a9438 pxlist::cleanup() + 308 (pxlist.cp:126)
3   px                0x004a8bf0 pxlist::~pxlist [in-charge]() + 72 (pxlist.cp:107)
4   px                0x00606f24 px_filter_param::whereclause(pxsession*, px3s*) + 1532 (pxreportfilterparam.cp:829)
5   px                0x0059bdd0 pxfilter::whereclausediscardnegation_synfilter(pxsession*, px3s*, px3s*) + 912 (pxlistfilter.cp:289)
6   px                0x00590b30 pxfilter::whereclausediscardnegation(pxsession*, px3s*, px3s*) + 1880 (pxlistfilter.cp:81)
7   px                0x0058fde0 pxfilter::whereclause(pxsession*, px3s*, px3s*) + 1032 (pxlistfilter.cp:52)
8   px                0x00535b54 pxlist::whereclause(pxsession*, px3s*, px3s*) + 1356 (pxlist_query.cp:71)
9   px                0x00551608 pxlist::runquery_core(pxsession*) + 2492 (pxlist_query_core.cp:128)
10  px                0x0053dcbc pxlist::runquery(pxsession*, unsigned char) + 612 (pxlist_query.cp:256)

obviously the system crashed at the function 

px3claimobject::claim(unsigned char*)

at an offset of

 + 404

q: how do i determine the code line in wich it crashed

It's relatively straightforward for this crash log.  You look at the line where you got the function name and the offset, and read a bit beyond that:
0   px                0x00c12430 px3claimobject::claim(unsigned char*) + 404 (px3claimobject.cp:343)

See the "px3claimobject.cp:343"?  That's your file name and line number.

Hope this helps,
Eric

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: interpreting crashlog
      • From: Perry Winkel <email@hidden>
References: 
 >interpreting crashlog (From: email@hidden)

  • Prev by Date: interpreting crashlog
  • Next by Date: Re: Deployment build fails for 10.3.9 target
  • Previous by thread: interpreting crashlog
  • Next by thread: Re: interpreting crashlog
  • Index(es):
    • Date
    • Thread