Re: help trying to locate sigsegv error please
Re: help trying to locate sigsegv error please
- Subject: Re: help trying to locate sigsegv error please
- From: "Dean G. Tresner" <email@hidden>
- Date: Fri, 15 Aug 2003 09:40:47 -0600
does the fact that my app exits, always with the same input with signal
11 (SIGSEGV) sporadically, strongly point towards a memory management
problem?
Ben,
FWIW, I usually get sporadic sig 11's when I forget to retain an
autorelesed object I get from a factory method. Perhaps you made that
NSData object with +dataWithBytes:length: or something and didn't
retain it.
Dean
www.polymath.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.