www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1997/02/27/11:58:09

Date: Thu, 27 Feb 1997 18:37:29 +0200 (IST)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
To: Scott Frazer <frazer AT rtp DOT ericsson DOT se>
cc: djgpp AT delorie DOT com
Subject: Re: emacs 19.34 crashes immediately on win nt 4.0
In-Reply-To: <33147476.5759936@cnn.exu.ericsson.se>
Message-ID: <Pine.SUN.3.91.970227183648.2124A-100000@is>
MIME-Version: 1.0

On Wed, 26 Feb 1997, Scott Frazer wrote:

> #include <dpmi.h>
> 
> int main( void )
> {
>   _go32_dpmi_seginfo info;
> 
>   _go32_dpmi_allocate_dos_memory ( &info );
>   _go32_dpmi_free_dos_memory ( &info );
> 
>   return( 0 );
> }

Before we conclude that the NT DPMI host has a bug, please try to put
a reasonable value into info.size, so we know that it doesn't puke
because the garbage there seems like you are asking for too much DOS
memory.

Also, try to compile the program with the Unixy sbrk (that's how Emacs
is built) and see if that makes any difference.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019