From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27013 invoked by alias); 18 May 2018 23:33:51 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 26693 invoked by uid 89); 18 May 2018 23:33:50 -0000 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 Received: from limerock03.mail.cornell.edu (HELO limerock03.mail.cornell.edu) (128.84.13.243) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 18 May 2018 23:33:49 +0000 X-CornellRouted: This message has been Routed already. Received: from authusersmtp.mail.cornell.edu (granite3.serverfarm.cornell.edu [10.16.197.8]) by limerock03.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id w4INXlUb001208 for ; Fri, 18 May 2018 19:33:47 -0400 Received: from [192.168.0.15] (mta-68-175-129-7.twcny.rr.com [68.175.129.7] (may be forged)) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id w4INXjHT018818 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Fri, 18 May 2018 19:33:46 -0400 From: Ken Brown Subject: Re: gimp crashes due to libSDL1.2_0 problem To: cygwin@cygwin.com References: <4f265703-bff4-1b49-d4f5-7c2d383dc5cf@cornell.edu> <7b423c88-a5e0-e5a8-d680-38ddd297ab42@cygwin.com> Message-ID: Date: Fri, 18 May 2018 23:59:00 -0000 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 X-SW-Source: 2018-05/txt/msg00232.txt.bz2 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