[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GWorkspace.app & GNUstep cvs
From: |
Enrico Sersale |
Subject: |
Re: GWorkspace.app & GNUstep cvs |
Date: |
Mon, 28 Oct 2002 01:45:18 +0200 (EET) |
On Sun, 27 Oct 2002, Charles Philip Chan wrote:
> There seem to be a problem with GWorkspace.app and GNUstep cvs dated
> Oct. 26. The problem is that whenever an Inspector panel is closed the
> program segfaults. Here is the backtrace:
>
> ...
>
> Switching everything to their unstable released version solved the
> problem.
Also the released version of GWorkspace has the same problem.
This happens from 2002-10-20 when, in NSTextView, a line with:
RETAIN (self);
has been removed in the -dealloc method.
I've alredy written to this list to point out this but I've had no
response.
The NSTextView object used by GWorkspace in the Inspectors panel is
normally allocated and released in the same way in which all the other
kinds of NSView objects that GWorkspace uses all over the app are
allocated and released.