Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!unixhub!stanford.edu!leland.Stanford.EDU!portia!tang From: tang@braun.stanford.edu (Steve Tang) Newsgroups: comp.windows.interviews,mail.interviews Subject: Re: Core dump in ibuild-3.0beta! Message-ID: Date: 16 May 91 23:42:22 GMT References: <1991May3.182358.21633@csc.ti.com> Sender: news@leland.Stanford.EDU (Mr News) Distribution: na Organization: Stanford University Lines: 25 In-Reply-To: dnichols@goddess.csc.ti.com's message of 3 May 91 18:23:58 GMT The destructor of BooleanStateVarView deletes the buttonstate which has been destroyed by the checkbox causing ibuild to crash after either the stringbrowser's and filebrowser's info dialog box is removed. The following patch solves the problem. Apply with "patch -p -N < fix9" at the top of the source tree *** iv/src/bin/ibuild/ibvarviews.c.orig Thu May 16 16:19:40 1991 --- iv/src/bin/ibuild/ibvarviews.c Thu May 16 16:22:35 1991 *************** *** 900,906 **** } BooleanStateVarView::~BooleanStateVarView () { - delete _bstate; delete _message; } --- 900,905 ---- Steven Tang tang@interviews.stanford.edu