From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Is it Windows? Date: Tue, 10 Apr 2001 22:23:55 +0300 Lines: 9 Message-ID: <3AD35DCB.4EDEA7B5@is.elta.co.il> References: <000501c0c1f1$56f12fe0$01646464 AT henrik> NNTP-Posting-Host: diup-218-43.inter.net.il (213.8.218.43) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: fu-berlin.de 986930723 7352568 213.8.218.43 (16 [61365]) X-Mailer: Mozilla 4.7 [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 Fuchs wrote: > > I have a problem with my program written with djgpp and Allegro: it only > crashes sometimes (sometimes not) when I try to allocate memory with 'new' > for a large class. When it crashes it is always at the same place (somewhere > in malloc() with SIGSEGV). Crashes in malloc usually mean a bug in your program. See section 9.2 in the DJGPP FAQ list for more details.