On Sep 13, 2010, at 4:15 PM, [email protected] wrote:
> As I understand the entries below from a crash log my app crashed in 
> objc_msgSend which was called from the method changeAColor:newColor in the 
> class BMatrix, 1499 bytes into the method.
> 
> How do I find the offending line in the source from this information?

IIRC, you can use atos(1) for this --- see its man page for details. You'll 
need to make sure of two things: that you're giving atos the same executable 
(or DWARF dsym file) that the crash report came from, and that you're adjusting 
for any load slide. You can use the LC_UUIDs to make sure of the first (see the 
thread that Jerry Krinock linked to).


_______________________________________________

Cocoa-dev mailing list ([email protected])

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 [email protected]

Reply via email to