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:subject:to:references:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=GM+1YH1hTrgr6s6O RDIjCrZXG6UTzT9fnOkUFQUe0MQmUKm71bKb4/CjQst/NwCGu8aQ9e8B/A0ztX5x GZTRto6xVI+zpOPcqSdY1O2wlE7QwS+qENW3JMgnDYIp2OfjwHFwq6PbAuI0BmHq fbCuQ7ipDaaaKtqk6DwhMIxPQi4= 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:subject:to:references:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=EQkz0GH9bUyCNW55CU3KJe gMigA=; b=y5c7S0XVKYVZXO1Ejp5MmDD20UScogUxbnhfLTpz72sTYuLHbKRa0c Gb+YvX2OSHVVBhkcHXoC2VQZoi7Cm7Cs3AmM+6zrEJKmDDPAl7m0NGU7ltjFyZri pe2nrZacSlNqCDuxumhOEbLGCkaoNnlWys5gTr4CYX2PBaDfdnPDA= 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=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=querying, sk:cygsdl, libSDL1.2_0, g_spawn_async X-HELO: limerock03.mail.cornell.edu X-CornellRouted: This message has been Routed already. From: Ken Brown Subject: Re: gimp crashes due to libSDL1.2_0 problem To: cygwin AT cygwin DOT com References: <4f265703-bff4-1b49-d4f5-7c2d383dc5cf AT cornell DOT edu> <7b423c88-a5e0-e5a8-d680-38ddd297ab42 AT cygwin DOT com> Message-ID: Date: Fri, 18 May 2018 19:33:44 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <7b423c88-a5e0-e5a8-d680-38ddd297ab42@cygwin.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-PMX-Cornell-Gauge: Gauge=XXXXX X-PMX-CORNELL-AUTH-RESULTS: dkim-out=none; X-IsSubscribed: yes On 5/18/2018 4:49 PM, Yaakov Selkowitz wrote: > On 2018-05-18 13:14, Ken Brown wrote: >> gimp crashes for me during its initialization when it is querying >> plugins.  Running it under gdb shows that the crash occurs when gimp >> (via g_spawn_async) tries to fork a subprocess to run a plugin. > > https://cygwin.com/faq/faq.html#faq.using.fixing-fork-failures This doesn't seem like the standard kind of fork failure that's fixed by rebasing. For one thing, I'm on 64-bit Cygwin. For another thing, the error message doesn't refer to being unable to remap a DLL to the same address as in the parent. In any case, I did a full rebase, which didn't help. I also manually rebased the problematic DLL cygSDL-1-2-0.dll to an address below the previously lowest base address of a Cygwin DLL, and that didn't help either. I think there's something else going on. It would help if some other people would try to reproduce the problem. [I assume you already tried.] Ken -- 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