From: "David Krmpotic" Newsgroups: comp.os.msdos.djgpp Subject: Re: newbie Date: Mon, 29 Jan 2001 18:23:19 +0100 Organization: ARNES Lines: 36 Message-ID: <954hlv$adp$1@planja.arnes.si> References: NNTP-Posting-Host: mb6-7a.dial-up.arnes.si X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com my program messes with arrays. it tryes to read memory that is out of range. I did that on purpose to test redir. I get windows error message: Fault location: 0028:C0001FE7 Faulting component: VMM(01)+00000FE7 Interrupts in service: none ok, I'll be back Eli Zaretskii wrote in message ... > >On Mon, 29 Jan 2001, David Krmpotic wrote: > >> I'm using latest package. my platform is Win98. and REDIR doesn't crash all >> the time... >> Only when run on the program which crashes. but I think that's wrong too... >> ? >> Yes, I would be grateful if you sent me fixed redir. > >Sorry, it seems that I was thinking about SYMIFY, not REDIR. The version >of REDIR shipped with DJGPP v2.03 is okay. > >I have never seen REDIR crashing, except on Windows when the program >which REDIR runs has some floating-point exception. What does your >program do, anyway? > >Can you post the crash message of your program, copied and pasted from >the DOS box? Perhaps by looking at that, someone could guess what's the >problem.