X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "one2001boy AT yahoo DOT com" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: 16 bit to 32 bit References: <2sv2fkF1q1u2hU2 AT uni-berlin DOT de> <9bKbd.30723$QJ3 DOT 24431 AT newssvr21 DOT news DOT prodigy DOT com> <2t9o50F1rnl54U2 AT uni-berlin DOT de> In-Reply-To: <2t9o50F1rnl54U2@uni-berlin.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Lines: 37 Message-ID: NNTP-Posting-Host: 69.104.245.224 X-Complaints-To: abuse AT prodigy DOT net X-Trace: newssvr21.news.prodigy.com 1097856436 ST000 69.104.245.224 (Fri, 15 Oct 2004 12:07:16 EDT) NNTP-Posting-Date: Fri, 15 Oct 2004 12:07:16 EDT Organization: SBC http://yahoo.sbc.com X-UserInfo1: [[PAPDONEZVSSWLSX@]D]_\@VR]^@B AT MCPWZKB]MPXH AT ETUCCNSKQFCY@TXDX_WHSVB]ZEJLSNY\^J[CUVSA_QLFC^RQHUPH[P[NRWCCMLSNPOD_ESALHUK AT TDFUZHBLJ\XGKL^NXA\EVHSP[D_C^B_^JCX^W]CHBAX]POG AT SSAZQ\LE[DCNMUPG_VSC AT VJM Date: Fri, 15 Oct 2004 16:07:16 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hans-Bernhard Broeker wrote: > one2001boy AT yahoo DOT com wrote: > > >>here is another attempt for running ls.exe in XP to generate the >>problem. This problem happens some time. > > > It's quite certainly unrelated to the one you had before. but will pop up something like "16 bit MS-DOS subsystem", not sure why 16 not 32. could it be the reason? I just have no idea how to change 16 to 32. > >>After running ls.exe, it will pop up a crash window with "16 bit >>MS-DOS subsystem" in the title, the error message is : "The NTVDM >>CPU has encounted an illegal instruction. CS:00cf IP: 0b2a OP:ff ff >>ff 00 00 Choose 'close' to terminate the applicaiont. > > > And you're sure that ls.exe of yours is built with an up-to-date > DJGPP? Making DJGPP-compiled programs run on W2K (and XP) turned > out quite an interesting exercise, and took quite a while. So unless > your ls.exe is from the latest fileutils collection available on > the DJGPP download mirrors, you should update before you try any > further. > I use ls.exe built on Nov, 2003, I believe it is the latest build. The error message contains "NTVDM CPU". From Brian Inglis's post in antoher email, it seems that I should use NTlfn not NTVDM. I expect all Windows XP should have similar settings by default. This problem only appears sometime. same ls.exe in other XP machines work fine.