bug-gforth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gforth] [bug #20761] problems running 6.2 on Cygwin


From: John Comeau
Subject: [Bug-gforth] [bug #20761] problems running 6.2 on Cygwin
Date: Sun, 12 Aug 2007 23:25:51 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6

URL:
  <http://savannah.gnu.org/bugs/?20761>

                 Summary: problems running 6.2 on Cygwin
                 Project: Gforth
            Submitted by: jcomeau_ictx
            Submitted on: Sunday 08/12/2007 at 23:25
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

I attempted submitting this by email to address@hidden, but it doesn't
show up here so will copy the text here:

I just downloaded and installed gforth. It doesn't look as though it
overwrote cygwin1.dll but something is clearly messed up. I'll try rebooting
but it doesn't look good:

>From CMD window logged in as an administrator:

C:\WINDOWS\system32>"\Documents and Settings\All
Users\Documents\gforth-0.6.2.exe"

>From bash window as normal (limited) user:

address@hidden /usr/src/uF
$ ln -s /cygdrive/c/Program\ Files/gforth/gforth.exe /usr/bin/gforth
     4 [main] ? (1588) C:\cygwin\bin\bash.exe: *** fatal error - system
shared
memory version mismatch detected - 0x75BE0074/0x2D1E009C.
This problem is probably due to using incompatible versions of the cygwin
DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version
*should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
     3 [main] ? (2976) C:\cygwin\bin\bash.exe: *** fatal error - system
shared
memory version mismatch detected - 0x75BE0074/0x2D1E009C.
This problem is probably due to using incompatible versions of the cygwin
DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version
*should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
     3 [main] ? (704) C:\cygwin\bin\bash.exe: *** fatal error - system shared
m
emory version mismatch detected - 0x75BE0074/0x2D1E009C.
This problem is probably due to using incompatible versions of the cygwin
DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version
*should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
     3 [main] ? (2824) C:\cygwin\bin\bash.exe: *** fatal error - system
shared
memory version mismatch detected - 0x75BE0074/0x2D1E009C.
This problem is probably due to using incompatible versions of the cygwin
DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version
*should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
     4 [main] ? (2688) C:\cygwin\bin\bash.exe: *** fatal error - system
shared
memory version mismatch detected - 0x75BE0074/0x2D1E009C.
This problem is probably due to using incompatible versions of the cygwin
DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version
*should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
     3 [main] ? (1056) C:\cygwin\bin\bash.exe: *** fatal error - system
shared
memory version mismatch detected - 0x75BE0074/0x2D1E009C.
This problem is probably due to using incompatible versions of the cygwin
DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version
*should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
     5 [main] bash 3208 fork: child -1 - died waiting for longjmp before
initia
lization, retry 0, exit code 0x100, errno 11
bash: fork: Resource temporarily unavailable

>From CMD window:

C:\WINDOWS\system32>dir \cygwin1.dll /s
 Volume in drive C has no label.
 Volume Serial Number is ECF4-C9E2

 Directory of C:\cygwin\bin

01/31/2007  04:33 AM         1,873,811 cygwin1.dll
              1 File(s)      1,873,811 bytes

 Directory of C:\Documents and Settings\Administration\My Documents

01/20/2006  11:28 AM         1,805,448 cygwin1.dll
              1 File(s)      1,805,448 bytes

 Directory of C:\Documents and Settings\Administration\My
Documents\cdrtools-latest

01/20/2006  11:28 AM         1,805,448 cygwin1.dll
              1 File(s)      1,805,448 bytes

 Directory of C:\Documents and Settings\jcomeau\My Documents\WinAVR\bin

01/19/2007  11:55 AM         1,872,821 cygwin1.dll
              1 File(s)      1,872,821 bytes

 Directory of C:\Program Files\gforth

08/01/2004  06:52 PM         1,140,105 cygwin1.dll
              1 File(s)      1,140,105 bytes

    Total Files Listed:
              5 File(s)      8,497,633 bytes
              0 Dir(s)     980,086,784 bytes free

After this, I rebooted, and sure enough, normal operation of Cygwin was
restored. But then, after attempting to run gforth, the error happened again.
After another reboot, I removed cygwin1.dll from \Program Files\gforth, and
that stopped the problem, but now gforth won't run: 

address@hidden /usr/src/uF
$ gforth
gforth: cannot open image file gforth.fi in path
.;/usr/local/lib/gforth/site-forth;
/usr/local/share/gforth/site-forth;
/usr/local/lib/gforth/0.6.2;
/usr/local/share/gforth/0.6.2 for reading

Now it thinks it was installed under Cygwin, I guess because it had to search
for a cygwin1.dll outside its installation directory? I'll probably figure out
a resolution to this, but the scariness of the bug made me want to post it
somewhere. The last time Cygwin crapped out on me it was an all-day job to
restore operation... thanks, guys -- jc




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?20761>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]