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: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 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=-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 To: cygwin AT cygwin DOT com Subject: Re: Perl child_info_fork runtime error References: <20180530105709 DOT GA12768 AT rus DOT uni-stuttgart DOT de> <878t80vrwn DOT fsf AT Rainer DOT invalid> <20180604092343 DOT GA15823 AT rus DOT uni-stuttgart DOT 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