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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=XedvtwINH2fuf2ng oYnRXJbbMsn4JnnjlA0bzvi9BRDpDtYz/TT6/st8lQGJ+8yK38TN0omHA3+RxGqr FslSAI9Ff1pt9z82ikw0ymMaiqIVgPjAjzu7LkbRQAWcf6AELSMzHNBS6z2/WrA2 EHDUFCnD6QaHQ/LlLxjWcSelm38= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=6OSeFHyLg6+2AikGNWZNAP 4LQ2Y=; b=pKdDOpQLHIsLC8KsqhxSjEGJHXHJruMLbQH/3BPmyg+PLsclIH2TDG E7cCGhn2u8n1uuaY+7DhqBGGP6djARdqtAE+MyhpUaKVBNMu/sfWGxVEoS/xogam /WNiFx9XR4QIG4D8uJsd9aYrVDPnB2r+JhhfS9X219yCqbz9k0oBM= 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-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,KAM_LAZY_DOMAIN_SECURITY,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=H*r:sk:mout.ku, explorer X-HELO: mout.kundenserver.de Subject: Re: MinTTY requires gdiplus.dll ? (2) To: cygwin AT cygwin DOT com References: <1953c30851fd83b67ee9b162b29f4195 AT xs4all DOT nl> <20181129195845 DOT GE30649 AT calimero DOT vinschen DOT de> From: Thomas Wolff Message-ID: <773b9c80-a028-324b-1833-3bfea39aebe4@towo.net> Date: Thu, 29 Nov 2018 23:11:31 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1 MIME-Version: 1.0 In-Reply-To: <20181129195845.GE30649@calimero.vinschen.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Am 29.11.2018 um 20:58 schrieb Corinna Vinschen: > On Nov 29 19:41, Houder wrote: >> Hi, >> >> As I wrote in the preceding post ... >> >> Using Corinna's latest snapshot in a "Dos box" results in a >> prompt from bash. >> >> Once in bash, I can launch MinTTY ( 64-@@ /usr/bin/mintty ) >> >> Placing strace in front of this call, results in: >> >> 64-@@ strace /usr/bin/mintty >> --- Process 3112 created >> --- Process 3112 loaded C:\Windows\System32\ntdll.dll at 00000000777b0000 >> ... >> --- Process 3112 loaded C:\Windows\winsxs\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_fa3b1e3d17594757\comc >> tl32.dll at 000007fefb9c0000 >> --- Process 3112 loaded C:\Windows\System32\gdi32.dll at 000007fefdc10000 >> ... >> --- Process 3112 loaded C:\Windows\winsxs\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.24280_none_145e10148b8de48e\GdiPlus.dll >> at 000007fefb440000 >> ... >> --- Process 3112, exception c0000005 at 0000000180044bb3 >> --- Process 3112 exited with status 0xc0000005 >> Segmentation fault There's also another dll reported from winsxs rather than System32 in your log. Maybe some files got corrupted on your system? > I can reproduce this but while it's clear *where* it happens, it's > unclear *when* and *why* it happens. Unclear to me what exactly can be reproduced. With today's snapshot cygwin1.dll, I can start mintty any way, also from Explorer, via shortcut, or directly from cmd.exe (skipping cygwin shell). Thomas > It only occurs if mintty is the first process in a process tree. I.e., > when starting mintty from a shell running in a DOS window, the problem > disappears. > > Worse, the problem also disappears when running mintty under gdb. > > > Corinna -- 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