X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:message-id:mime-version
	:content-type; q=dns; s=default; b=TN4o3JE2B2o+naTizDFIk+JixKk53
	YULkBEHINWz9hA2c6g1ySoAf4sGY1joiLtb53GnNRyRkc/Zw8UPpwB3qOe9hgMyi
	dL3dT+Z0SZbf8CSOI7IueZkWKMaB0PdEbSYiVbfSOMfZB3j9SJ7DWblsbGrFnMFv
	MZvxd5C+DS5lZY=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:message-id:mime-version
	:content-type; s=default; bh=ydi0C3QMz4Z6qmtyRZqksACbBnQ=; b=cXb
	yD0GKHUV6UthiEjGhXZV38n3HNgsmJErU24e1YFsyPijSLzHXHWzEhqDGRZB7TO4
	5+fwlc2nm4fhZ9bHKFMKEtA80aTUFpBFQ5qGwtdXnyojT5fBAuDzof/jRRVJoalA
	o3+VRqdnsbBfZNk7vPO0Ex69hRwPRhprRn+iyW5I=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=colleague, Tel, tel
X-HELO: smtp01.belwue.de
Date: Wed, 30 May 2018 12:57:09 +0200
From: Ulli Horlacher <framstag@rus.uni-stuttgart.de>
To: cygwin@cygwin.com
Subject: Perl child_info_fork runtime error
Message-ID: <20180530105709.GA12768@rus.uni-stuttgart.de>
Mail-Followup-To: cygwin@cygwin.com
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.23 (2014-03-12)
X-IsSubscribed: yes


One of my Perl programs produces strange runtime errors on a Windows 7
system (CYGWIN_NT-6.1 32bit) of my colleague:

         0 [main] perl 4232 child_info_fork::abort: address space needed
   by 'Encode.dll' (0x370000) is already occupied
   Can't fork, trying again in 5 seconds at /client/bin/fexsend line 106.
         1 [main] perl 7720 child_info_fork::abort: address space needed
   by 'Encode.dll' (0x370000) is already occupied
   Can't fork, trying again in 5 seconds at /client/bin/fexsend line 106.
         1 [main] perl 5484 child_info_fork::abort: address space needed
   by 'Encode.dll' (0x370000) is already occupied
   Can't fork, trying again in 5 seconds at /client/bin/fexsend line 106.

I have never seen such an error before, neither with UNIX, nor with cygwin. 
I cannot reproduce this error on my Windows (7 and 8, 32 and 64 bit)
systems. 

Line 106 in /client/bin/fexsend is:

    $_ = `(lsb_release -d||uname -a)2>/dev/null`||'';
    

-- 
Ullrich Horlacher              Server und Virtualisierung
Rechenzentrum TIK         
Universitaet Stuttgart         E-Mail: horlacher@tik.uni-stuttgart.de
Allmandring 30a                Tel:    ++49-711-68565868
70569 Stuttgart (Germany)      WWW:    http://www.tik.uni-stuttgart.de/
REF:<20180530105709.GA12768@rus.uni-stuttgart.de>

--
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

