Hi, > 0x91dc507e <+0334> call 0x91e68a50 <CFLog> > 0x91dc5083 <+0339> mov %esi,(%esp) > 0x91dc5086 <+0342> call 0x91ebf566 <dyld_stub_OSSpinLockUnlock> > 0x91dc508b <+0347> lea -0x80(%ebp),%esi > 0x91dc508e <+0350> mov %esi,(%esp) > 0x91dc5091 <+0353> call 0x91ebfb36 <dyld_stub_objc_exception_try_enter> > 0x91dc5096 <+0358> mov %esi,(%esp) > 0x91dc5099 <+0361> call 0x91ebf61a <dyld_stub__setjmp> >> 0x91dc509e <+0366> test %eax,%eax
If you mean that your program crashed on this very instruction, it should not happen. This is just a test to figure out if the EAX register is or is not null. Crash usually happen when you access protected memory or try to execute an unknown instruction... Vincent _______________________________________________ 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