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:from:to:subject:references:date:in-reply-to
	:message-id:mime-version:content-type; q=dns; s=default; b=Em5TT
	eZenXodoXGiKbUyZ0uiivf5Jsbf12mPo8kLlKo+g/WEW18EuI34i3qlDJeUBRmE/
	PB1hZhhvySSIwK463mfgngIeMnCys60zGAWKlyCJwZ5oiccpZ5LsqVQcBEVV+H4r
	IWyDcHN8Iwoy6hUo6CJOnWmGYky+DcE1touOp4=
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:from:to:subject:references:date:in-reply-to
	:message-id:mime-version:content-type; s=default; bh=CK0d4kra2Lh
	9fMfehoim9/yiRaM=; b=LhrfZYOUK/lTvB+Brk2kLEr+Dar2b6EAz89hztRVSM8
	zEaE8iKc22QtGaOHRYyygDgAFPufWzFU3ktznS+a50qxYIwthC2SXSWD3areh86f
	/EzSIqB2R+/2HNpDI7P3RK5Z97ieSX/xuzGRc+9B8onhLN7xmvlwn6d0/LwrXoJM
	=
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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,TIME_LIMIT_EXCEEDED autolearn=unavailable version=3.3.2 spammy=wave, Hx-languages-length:797, Hx-spam-relays-external:ESMTPA
X-HELO: vsmx011.vodafonemail.xion.oxcs.net
From: Achim Gratz <Stromeko@nexgo.de>
To: cygwin@cygwin.com
Subject: Re: Perl child_info_fork runtime error
References: <20180530105709.GA12768@rus.uni-stuttgart.de>	<878t80vrwn.fsf@Rainer.invalid>	<20180604092343.GA15823@rus.uni-stuttgart.de>
Date: Mon, 04 Jun 2018 21:24:05 +0200
In-Reply-To: <20180604092343.GA15823@rus.uni-stuttgart.de> (Ulli Horlacher's	message of "Mon, 4 Jun 2018 11:23:43 +0200")
Message-ID: <87efhm5p9m.fsf@Rainer.invalid>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain
X-VADE-STATUS: LEGIT

Ulli Horlacher writes:
> /client/bin is a directory which I have created.
> It should not collide with anything.

So what's in there, is in PATH etc. pp.

> The problem is:
>
> [main] perl 4232 child_info_fork::abort: address space needed by 'Encode.dll' (0x370000) is already occupied
>
> Encode.dll looks like a Windows library.

No, it's most likely (or should be, anyway) an XS library for the Encode
module of Perl.  The address it gets loaded to is awfully low, so it's
either BLODA or you're using another library that's occupying the reabse
space for this library.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Terratec KOMPLEXER:
http://Synth.Stromeko.net/Downloads.html#KomplexerWaves

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

