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. _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
