X-Recipient: archive-cygwin AT delorie DOT 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 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 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 To: cygwin AT cygwin DOT com Subject: Perl child_info_fork runtime error Message-ID: <20180530105709.GA12768@rus.uni-stuttgart.de> Mail-Followup-To: cygwin AT cygwin DOT 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 AT tik DOT uni-stuttgart DOT de Allmandring 30a Tel: ++49-711-68565868 70569 Stuttgart (Germany) WWW: http://www.tik.uni-stuttgart.de/ REF:<20180530105709 DOT GA12768 AT rus DOT uni-stuttgart DOT 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