public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* NTVDM illegal instruction
@ 2001-07-13 10:27 Michael Eager
  2001-07-13 11:18 ` Larry Hall (RFK Partners, Inc)
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michael Eager @ 2001-07-13 10:27 UTC (permalink / raw)
  To: Cygwin; +Cc: work

I'm getting pop-up error message from "16-bit MSDOS Subsystem"
which complains about "NTVDM illegal instruction" and gives 
CS:05d8, IP:0e9d, OP:ff620200 (none of which seems remarkably useful).
It also displays /usr/src/redhat/SPECS which is the current directory.

I'm running the latest version of Cygwin on NT2K, latest SR, on an 
Athlon processor.  The problem seems reproducable.  At the time I get
the error, there are several copies of bash running, as well as rpm,
cmd, make, and NTVDM.  

The MS website has a page on "Troubleshooting NTVDM and WOW Startup Errors",
( http://support.microsoft.com/support/kb/articles/Q196/4/53.ASP )
which I'll follow and see if it helps.  

Has anyone encountered similar problems?

-- 
Michael Eager	 Eager Consulting     eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: NTVDM illegal instruction
  2001-07-13 10:27 NTVDM illegal instruction Michael Eager
@ 2001-07-13 11:18 ` Larry Hall (RFK Partners, Inc)
  2001-07-14  7:44 ` Dario Alcocer
  2001-07-16  0:15 ` Michael Scheibler
  2 siblings, 0 replies; 4+ messages in thread
From: Larry Hall (RFK Partners, Inc) @ 2001-07-13 11:18 UTC (permalink / raw)
  To: Michael Eager, Cygwin; +Cc: work

At 01:26 PM 7/13/2001, Michael Eager wrote:
>I'm getting pop-up error message from "16-bit MSDOS Subsystem"
>which complains about "NTVDM illegal instruction" and gives 
>CS:05d8, IP:0e9d, OP:ff620200 (none of which seems remarkably useful).
>It also displays /usr/src/redhat/SPECS which is the current directory.
>
>I'm running the latest version of Cygwin on NT2K, latest SR, on an 
>Athlon processor.  The problem seems reproducable.  At the time I get
>the error, there are several copies of bash running, as well as rpm,
>cmd, make, and NTVDM.  
>
>The MS website has a page on "Troubleshooting NTVDM and WOW Startup Errors",
>( http://support.microsoft.com/support/kb/articles/Q196/4/53.ASP )
>which I'll follow and see if it helps.  
>
>Has anyone encountered similar problems?



In case you weren't sure, Cygwin doesn't use NTVDM.  If you're looking 
to narrow down the scope of the problem, you should be able to eliminate
Cygwin as a potential source as a result.






Larry Hall                              lhall@rfk.com
RFK Partners, Inc.                      http://www.rfk.com
118 Washington Street                   (508) 893-9779 - RFK Office
Holliston, MA 01746                     (508) 893-9889 - FAX


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: NTVDM illegal instruction
  2001-07-13 10:27 NTVDM illegal instruction Michael Eager
  2001-07-13 11:18 ` Larry Hall (RFK Partners, Inc)
@ 2001-07-14  7:44 ` Dario Alcocer
  2001-07-16  0:15 ` Michael Scheibler
  2 siblings, 0 replies; 4+ messages in thread
From: Dario Alcocer @ 2001-07-14  7:44 UTC (permalink / raw)
  To: cygwin; +Cc: Michael Eager

>>>>> "Michael" == Michael Eager <eager@eagercon.com> writes:

    Michael> I'm getting pop-up error message from "16-bit MSDOS
    Michael> Subsystem" which complains about "NTVDM illegal
    Michael> instruction"
             <--snip-->
    Michael> I'm running the latest version of Cygwin on NT2K, latest
    Michael> SR, on an Athlon processor.  The problem seems
    Michael> reproducable.
             <--snip-->
    Michael> Has anyone encountered similar problems?

Yes.  I was getting NTVDM errors when I was trying to generate a cross
compiler (unfortunately, I didn't hear anything regarding this):

    http://www.cygwin.com/ml/cygwin/2000-12/msg00059.html

In this instance, it appeared related to forking the compiler for a
configure test.  The other time I saw these NTVDM errors were when
configure was trying a vfork() test (also when I was trying to build
another cross compiler.)  In both cases, the bug could be reproduced
roughly 90% of the time.

If I had to guess, I'd say there's some sort of issue with the
fork()/vfork() implementation.  Unfortunately, I didn't have the time
then, but I might be able to help you track this error down this time.
The only thing I have to offer is the fact that I have an old copy of
SoftICE for NT, so if I can reproduce this bug (and find my copy of
SoftICE), I might be able to contribute.

-- 
Dario Alcocer -- Sr. Software Developer, Helix Digital Inc.
alcocer@helixdigital.com -- http://www.helixdigital.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: NTVDM illegal instruction
  2001-07-13 10:27 NTVDM illegal instruction Michael Eager
  2001-07-13 11:18 ` Larry Hall (RFK Partners, Inc)
  2001-07-14  7:44 ` Dario Alcocer
@ 2001-07-16  0:15 ` Michael Scheibler
  2 siblings, 0 replies; 4+ messages in thread
From: Michael Scheibler @ 2001-07-16  0:15 UTC (permalink / raw)
  To: Cygwin; +Cc: work

From: "Michael Eager" <eager@eagercon.com>
Sent: Friday, July 13, 2001 7:26 PM


> I'm getting pop-up error message from "16-bit MSDOS Subsystem"
> which complains about "NTVDM illegal instruction" and gives
> CS:05d8, IP:0e9d, OP:ff620200 (none of which seems remarkably useful).
> It also displays /usr/src/redhat/SPECS which is the current directory.
>
> I'm running the latest version of Cygwin on NT2K, latest SR, on an
> Athlon processor.  The problem seems reproducable.  At the time I get
> the error, there are several copies of bash running, as well as rpm,
> cmd, make, and NTVDM.
>
> The MS website has a page on "Troubleshooting NTVDM and WOW Startup
Errors",
> ( http://support.microsoft.com/support/kb/articles/Q196/4/53.ASP )
> which I'll follow and see if it helps.
>
> Has anyone encountered similar problems?

I have! Not with cygwin, but with mingw gcc running in a cygwin bash. When I
am running ./configure on GNUstep and it tries to determine if it runs on
cygwin I get this strange message. However it's not really a problem because
it says no after that, so I didn't need to find out more about it.

Michael Scheibler

>
> --
> Michael Eager Eager Consulting     eager@eagercon.com
> 1960 Park Blvd., Palo Alto, CA 94306  650-325-8077
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-07-16  0:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-13 10:27 NTVDM illegal instruction Michael Eager
2001-07-13 11:18 ` Larry Hall (RFK Partners, Inc)
2001-07-14  7:44 ` Dario Alcocer
2001-07-16  0:15 ` Michael Scheibler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).