Date: Thu, 21 Sep 1995 18:42:26 +0200 (IST) From: Eli Zaretskii To: Steven Kok-Hsien SIEW Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: DJGPP 112m4 crashes on QDPMI from QEMM 7.0 On Wed, 13 Sep 1995, Steven Kok-Hsien SIEW wrote: > I have discovered that DJGPP version 112m4 crashes when running with > the QEMM 7.0 memory manager with Dos 6.0 > > After playing around I realise that it is the DPMI services provider by > QDPMI.SYS that causes the crash. I turn off the QDPMI services by typing > "QDPMI OFF" on the command line and gcc works fine. Since then I have > experience no crashes with the compiler. I work all the time with QEMM and QDPMI and never saw such problems. What programs crash under QDPMI? Are those the programs which are distributed with DJGPP (the compiler and development tools) or programs you write? If those are your programs, are they graphics programs (graphics doesn't work in DPMI mode in DJGPP 1.x)? What happens if you leave QDPMI ON, but put this into your GO32 environment variable: set GO32=nodpmi (If your GO32 is set to something, just add `nodpmi' to whatever it says now.) If nothing of the above supplies the answer, tell us what does go32 print when called with no arguments (with QDPMI turned ON) and give some details about your hardware and software set-up.