From: "Chris Jones" Newsgroups: comp.os.msdos.djgpp Subject: Large malloc causes GPF Date: Sat, 7 Nov 1998 22:20:45 -0000 Organization: Customer of Planet Online Lines: 11 Message-ID: <7245e2$1lv$1@newsreader4.core.theplanet.net> NNTP-Posting-Host: modem-87.germanium.dialup.pol.co.uk X-Trace: newsreader4.core.theplanet.net 910530818 1727 62.136.15.215 (8 Nov 1998 13:13:38 GMT) NNTP-Posting-Date: 8 Nov 1998 13:13:38 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Whenever I use malloc to allocate a large block of memory, for example 2 Mb, subsequent calls to malloc (even for small amounts of memory) cause a General Protection Fault. Help!