This is the mail archive of the cygwin-developers@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

BUG in devel sources


I updated my cygwin sources via CVS after the following patch:

Wait_sig can't dispatch SIGCONT

And ran into the following behavior.  I'm not asserting that the
referenced patch caused this problem; I really don't know *what's* going
on.  After building cygwin and installing into a temp directory, I
copied *just* the dll from into /bin.  Restarted, and then from a
cmd.exe window executed the following command (which worked ok):

bash -norc -noprofile -i
bash-2.04$

but then, I typed 'ls' and got the following response:

bash-2.04$ ls
F:\cygwin\bin\bash.exe: *** conflicting versions of cygwin1.dll
detected.  Use o
nly the most recent version.

F:\cygwin\bin\bash.exe: *** conflicting versions of cygwin1.dll
detected.  Use o
nly the most recent version.

      0 [main] bash 289 sync_with_child: child 231(0x16C) died before
initializa
tion with status code 0xC0000005
  12611 [main] bash 289 sync_with_child: *** child state waiting for
longjmp
bash: fork: Resource temporarily unavailable
bash-2.04$

I do NOT have multiple copies of the cygwin dll.  The only cygwin dll's
on the whole computer are:
F:\cygwin\bin\cygwin1.dll        (the newly compiled one)
F:\cygwin\bin\cygwin1.dll-1.1.7  (backup of 1.1.7)

(I compiled and installed to temp dir on a different machine, so that
copy of the dll is not on the machine that I used to run these tests. 
The build machine is also running cygwin-1.1.7.)

--Chuck

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]