discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: need help to debug... (windows debuging)


From: Benhur Stein
Subject: Re: need help to debug... (windows debuging)
Date: Tue, 11 Apr 2006 10:10:11 -0300

You could put a breakpoint in [NSZombie forwardInvocation:] or in
GSLogZombie, and see in the backtrace
where/who is calling it (the deallocated object), and which object it was.

Good luck,
Benhur

On 4/11/06, Lloyd Dupont <lloyd@nova-mind.com> wrote:
> Using NSZombies I understood that my objects are all properly accounted for.
> However it seems that some released/deallocated object are called.
> probably due to an instance variable not being retained/released.
> Such as NSNotification, parent in children-parent (cyclical) relationship,
> etc....
> Is there any tip I should follow to find out the culprit?
>
>
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@gnu.org
> http://lists.gnu.org/mailman/listinfo/discuss-gnustep
>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]