Re: Interpreting a Crash Log

2010-09-14 Thread koko
Thanks to all for the tips and suggestions! -koko On Sep 14, 2010, at 10:52 AM, Sean McBride wrote: On Mon, 13 Sep 2010 17:15:34 -0600, k...@highrolls.net said: As I understand the entries below from a crash log my app crashed in objc_msgSend which was called from the method changeAColor:ne

Re: Interpreting a Crash Log

2010-09-14 Thread Sean McBride
On Mon, 13 Sep 2010 17:15:34 -0600, k...@highrolls.net said: >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 sour

Re: Interpreting a Crash Log

2010-09-13 Thread Wim Lewis
On Sep 13, 2010, at 4:15 PM, k...@highrolls.net 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 sou

Re: Interpreting a Crash Log

2010-09-13 Thread Jerry Krinock
On 2010 Sep 13, at 16:15, k...@highrolls.net 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 sourc