Re: Over-released Paragraph Style - Driving Me NUTS!
Re: Over-released Paragraph Style - Driving Me NUTS!
- Subject: Re: Over-released Paragraph Style - Driving Me NUTS!
- From: j o a r <email@hidden>
- Date: Fri, 20 Oct 2006 23:35:21 +0200
On 20 okt 2006, at 22.27, Seth Willits wrote:
I got it working. I have two and a half gigs of RAM, so that's not
an issue.
Oh, but it can be - you just need to have a large enough application
(been there, done that...)! Sometimes 32-bit addressing just won't
cut it!
I don't know why you would have to tickle it with GDB - That's
usually not the case.
The only thing is that it didn't help me at all. There are three
events for the object, the alloc, the autorelease, and the free.
The alloc is from the buildParagraphStyle method, the autorelease
is from the same, and the release is from the autorelease pool.
Despite checking the box to manage retain and release calls, they
were not, so I have no more information than when I started. Am I
missing something?
How sure are you that it's actually ever being retained? Can you add
debug print statements to your code, that includes the pointer
address of your objects, to be 100% sure that the over-released
object has actually passed through a code path where it's retained?
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden