From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32347 invoked by alias); 17 Dec 2007 16:48:11 -0000 Received: (qmail 32339 invoked by uid 22791); 17 Dec 2007 16:48:10 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 17 Dec 2007 16:47:58 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1J4J7z-0007NA-Fa for cygwin@cygwin.com; Mon, 17 Dec 2007 16:47:39 +0000 Received: from c-68-40-183-165.hsd1.mi.comcast.net ([68.40.183.165]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Dec 2007 16:47:39 +0000 Received: from kairys by c-68-40-183-165.hsd1.mi.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Dec 2007 16:47:39 +0000 To: cygwin@cygwin.com From: "Michael Kairys" Subject: Intermittent perl crash Date: Mon, 17 Dec 2007 17:29:00 -0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2007-12/txt/msg00392.txt.bz2 I apologize in advance for the scanty information here; I'm hoping someone can suggest how to narrow this down. I've begun using Cygwin Perl regularly in the past few days (previously used only AS) and I'm finding fairly simple scripts crashing intermittently with this message: 3 [main] perl 4348 D:\Local\Cygwin\bin\perl.exe: *** fatal error - unable to remap D:\Local\Cygwin\lib\perl5\vendor_perl\5.8\cygwin\auto\Win32\Process\Process.dll to same address as parent(0x260000) != 0x370000 The shell which launched the script will hang for several minutes, and then I will see: 9 [main] perl 2092 child_info::sync: wait failed, pid 4348, Win32 error 183 265 [main] perl 2092 fork: child 4348 - died waiting for dll loading, errno 11 By "fairly simple" I mean ones I'm working on that at this point are only reading arguments and doing string operations. (Oh, and globbing an argument and doing "-f" tests on the results). I've tried trimming them down, etc., but the problem is intermittent and I can't get anything reproduceable. Any hints welcome, and TIA. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/