Date: Sun, 28 Jun 1998 21:09:13 -0400 (EDT) Message-Id: <199806290109.VAA27021@delorie.com> From: DJ Delorie To: ams AT ludd DOT luth DOT se CC: djgpp-workers AT delorie DOT com In-reply-to: <199806282324.BAA14930@sister.ludd.luth.se> (message from Martin Str|mberg on Mon, 29 Jun 1998 01:24:24 +0200 (MET DST)) Subject: Re: V2.02 Precedence: bulk > > Please note that the latest alpha has a bug in the library that causes > > all programs linked with it to crash on Windows 9X. Consequently, all > > executables in djdev202.zip also crash on Windows 9X. > > Yes. From my limited understanding of it, it seems that it segs on this: The problem is that _dos_ds's limit is set wrong, so the first access to dos memory causes a segfault. I've already applied a fix to my version, and it will be in the next alpha (eventually).