delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/11/29/18:35:13

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:mime-version:content-type
:content-transfer-encoding:date:from:to:cc:subject:in-reply-to
:references:message-id; q=dns; s=default; b=hNWWoved2IZgdmjWn616
q1YO1oH0FNlzfV1856Vxu+3J0u/YZLrQNYtGwkAsItPII5Op/R8Xid7EMVt+R0J/
UhTH3EOI8rE6VE7gc+YqBV2rOKYFm78X8vKN3hl7j1il/9xcYXICdjEDkgxAPKdv
csoxDJVWQSMm1NpJgYDEGKQ=
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:mime-version:content-type
:content-transfer-encoding:date:from:to:cc:subject:in-reply-to
:references:message-id; s=default; bh=6VVzooMFAJ5qgs/F4Sdur+8dRa
s=; b=OpOQLiN1AxMwh7nJWSSSPFcIY3c+Gg+EbY3igXAB+Kc/BB1OW77qSO7pwE
RWJvW4AYFIWB4gNO/V+ENiypCb1BJFcyX2KPYsvdB059ZeiIeiZk2/DC5xoXotAn
YCvxmT0f8/+WgX8c43CijFW5KDSxqNW1QHNILQN+sZdVF0yUw=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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=-7.6 required=5.0 tests=BAYES_00,GIT_PATCH_2,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1723, H*F:D*nl, Hx-spam-relays-external:sk:webmail, H*RU:sk:webmail
X-HELO: lb1-smtp-cloud7.xs4all.net
MIME-Version: 1.0
Date: Fri, 30 Nov 2018 00:34:58 +0100
From: Houder <houder AT xs4all DOT nl>
To: cygwin AT cygwin DOT com
Cc: Thomas Wolff <towo AT towo DOT net>
Subject: Re: MinTTY requires gdiplus.dll ? (2)
In-Reply-To: <773b9c80-a028-324b-1833-3bfea39aebe4@towo.net>
References: <1953c30851fd83b67ee9b162b29f4195 AT xs4all DOT nl> <20181129195845 DOT GE30649 AT calimero DOT vinschen DOT de> <773b9c80-a028-324b-1833-3bfea39aebe4 AT towo DOT net>
Message-ID: <da4d3166cb3b34c765fe060614cffa5d@xs4all.nl>
X-Sender: houder AT xs4all DOT nl
User-Agent: XS4ALL Webmail
X-IsSubscribed: yes

On 2018-11-29 23:11, Thomas Wolff wrote:
>> On Nov 29 19:41, Houder wrote:
[snip]

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

Right.

copied this one:
c:/Windows/winsxs/amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.24280_none_145e10148b8de48e/GdiPlus.dll 
( 2177536 Oct  6 17:58 )

to c:/Windows/system32, on the 64-bits instance of Cygwin, and

copied this one:
c:/Windows/winsxs/x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.24280_none_5c0b46eba00a0d94/GdiPlus.dll 
( 1633280 Oct  6 17:43 )

to c:/Windows/system32, on the 32-bits instance of Cygwin.

(and No, normally I do not do these kinds of things. I think Windows 
should take
  care of itself -- it does not)

Now, "cygcheck mintty" (both on 64-bits and 32-bits) is "happy": all 
DLL's can be
found ... Good Heavens.

Henri

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019