From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10007190459.AA17248@clio.rice.edu> Subject: Re: Any other PMODE/DJ users out there??? To: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) Date: Tue, 18 Jul 2000 23:59:35 -0500 (CDT) Cc: djgpp AT delorie DOT com In-Reply-To: from "Eli Zaretskii" at Jul 18, 2000 11:43:01 AM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Okay, I found my floppy and played with it a bit. Error depends on what's in the environment, such as the length of the path. Different versions of CWSDPMI behave differently. Just rearranging the order of the environment with exact same environment variable contents causes different failures. An exact copy of the exact same files will fail differently when run from the hard drive instead of the floppy. Looks like an uninitialized variable in either the PMODE loader or in CWSDPMI. It may take a while to find this one... Since most configurations either end up in a hard hang or instant reboot ... I may have to remember how to "debug" into CWSDPMI to understand what got scrogged and maybe a hint of how it happened... Unfortunately this changes the error behavior too :-( > I think I sent you all the relevant information back in November, and > you were eventually able to reproduce these problems on your machine. > From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) > Subject: Re: Read Me Third: A Short FAQ List (fwd) > To: eliz AT gnu DOT org (Eli Zaretskii) > Date: Mon, 15 Nov 1999 19:29:39 -0600 (CST) > > I can reproduce your error. After the error it is very interesting. > I see CWSDPMI loaded in memory, DPMI appears to be available, > cwsdpmi -u executes fine, but any djgpp image indicates there is no > DPMI memory. > > So, it still thinks it's nested inside CWSDPMI, and no DPMI memory is > available. Fascinating.