From: "A. Jans-Beken" Newsgroups: comp.os.msdos.djgpp Subject: Re: delete C++ command. Date: Mon, 25 Oct 1999 20:36:54 +0200 Organization: World Access Lines: 16 Message-ID: <3814A346.C6534C16@wxs.nl> References: NNTP-Posting-Host: vl0272-1.dial.wxs.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: reader3.wxs.nl 940876295 1687034 195.121.201.16 (25 Oct 1999 18:31:35 GMT) X-Complaints-To: abuse AT wxs DOT nl NNTP-Posting-Date: 25 Oct 1999 18:31:35 GMT X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: > On Sun, 24 Oct 1999, sephiroth AT id-base DOT com wrote: > > > Why does the delete function crash programs on rare occasions? I think > > this happens when the delete is called at the end of the program. > > Usually, this happens either because some of your code writes beyond > the end of memory allocated for some object, or deletes the same > object more than once. You may use mss1.2 (find it with any search engine). This program is a usefull tool to keep track of memory usage during the development of a program.