Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Message-ID: <3A5E44F6.E778306@ece.gatech.edu> Date: Thu, 11 Jan 2001 18:42:46 -0500 From: "Charles S. Wilson" X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: cygwin-developers AT sources DOT redhat DOT com Subject: BUG in devel sources Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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