X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RCVD_IN_SORBS_WEB X-Spam-Check-By: sourceware.org From: "James Johnston" To: References: <888F0FAE-15FD-4642-A086-D8A987CD4112 AT infinidat DOT com> <20120618163426 DOT GH2394 AT calimero DOT vinschen DOT de> In-Reply-To: <20120618163426.GH2394@calimero.vinschen.de> Subject: RE: sshd connections unexpectedly close on windows 2012 Date: Mon, 18 Jun 2012 22:08:10 -0000 Message-ID: <008101cd4d9e$da1fefb0$8e5fcf10$@motionview3d.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q5IM94MZ012455 > -----Original Message----- > Sent: Monday, June 18, 2012 16:34 > Subject: Re: sshd connections unexpectedly close on windows 2012 > > > " 5 [main] sshd 180 fhandler_dev_zero::fixup_mmap_after_fork: > requested 0xFEF20000 != 0x0 mem alloc base 0x0, state 0x10000, size > 1179648, Win32 error 487 > > 2833 [main] sshd 180 C:\cygwin\usr\sbin\sshd.exe: *** fatal error in > forked process - recreate_mmaps_after_fork_failed > > 4115 [main] sshd 180 open_stackdumpfile: Dumping stack trace to > sshd.exe.stackdump > > 2 [main] sshd 2396 fork: child -1 - forked process 180 died unexpectedly, > retry 0, exit code 256, errno 11" > > This is probably the same problem as reported in the thread starting at > > http://cygwin.com/ml/cygwin/2012-06/msg00089.html > > There's no solution yet, sorry. Just wanting to report that I'm seeing a very similar error on Windows 8 consumer preview with Cygwin snapshot from June 4, 2012. Yes, I realize that it isn't the latest snapshot - I'll see if I can test on something newer - for now this is just another data point for you. 3 [main] bash 3308 fhandler_dev_zero::fixup_mmap_after_fork: requested 0x7F510000 != 0x0 mem alloc base 0x7F510000, state 0x1000, size 143360, Win32 error 487 1990 268 [main] bash 3308 C:\cygwin\bin\bash.exe: *** fatal error in forked process - recreate_mmaps_after_fork_failed 1991 644 [main] bash 3308 open_stackdumpfile: Dumping stack trace to bash.exe.stackdump 1992 4 [main] TestScript 3744 fork: child -1 - forked process 3308 died unexpectedly, retry 0, exit code 256, errno 11 This was reproduced three times, and each had an error very similar to this one. At the time of the crash, a bash script was running which was probably invoking either another subshell or perl. Note that all DLLs had been rebased to not conflict with each other or with ASLR-relocated system DLLs. This error seems to be very similar to the errors recently reported by Bertrand Latinville and Arnon Yaari: * Win32 error is the same (487). * The same functions crashed: fixup_mmap_after_fork, recreate_mmaps_after_fork_failed * In general, the error looks about the same. Given that the problem hasn't been fixed and it seems to be most likely to be the same problem as the others, I doubt that upgrading to a newer Windows 8 and Cygwin will help. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple