Date: Wed, 13 Nov 1996 17:05:09 +0200 (IST) From: Eli Zaretskii To: Ingo Stierand Cc: djgpp AT delorie DOT com Subject: Re: malloc and SIGSEGV In-Reply-To: <32883519.41C67EA6@informatik.uni-hildesheim.de> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 12 Nov 1996, Ingo Stierand wrote: > I have a little problem with malloc. In the X'th malloc my program > will abort with SIGSEGV. Is this a known problem? Whether this is a known problem, depends on your answers to the following questions. 1) How many calls to malloc does it take, and how much memory (in bytes) can you allocate before you get SIGSEGV? 2) Do you use CWSDPMI as your DPMI server? If so, which version of CWSDPMI?