Date: Sun, 30 May 1999 12:16:04 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Mark Phillips cc: djgpp AT delorie DOT com Subject: Re: destructor problem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 28 May 1999, Mark Phillips wrote: > by the way, i traced the gpf back to the 'delete [] data' line. This usually means some corruption of the memory blocks' chain maintained by `malloc' and `free'. Perhaps some of your code overwrites the memory allocated by `new'.