X-Recipient: archive-cygwin@delorie.com
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7473D3851C34
Authentication-Results: sourceware.org; dmarc=none (p=none dis=none)
 header.from=SystematicSw.ab.ca
Authentication-Results: sourceware.org;
 spf=none smtp.mailfrom=brian.inglis@systematicsw.ab.ca
X-Authority-Analysis: v=2.4 cv=INe8tijG c=1 sm=1 tr=0 ts=6000c8ec
 a=kiZT5GMN3KAWqtYcXc+/4Q==:117 a=kiZT5GMN3KAWqtYcXc+/4Q==:17
 a=IkcTkHD0fZMA:10 a=MU4eybcMYzc-gjLx57oA:9 a=QEXdDO2ut3YA:10
Subject: Re: mysterious GIT failure
To: cygwin@cygwin.com
References: <638366959.5124927.1610072027608.ref@mail.yahoo.com>
 <638366959.5124927.1610072027608@mail.yahoo.com>
 <87im87a03i.fsf@Rainer.invalid>
 <718595507.5310863.1610134359370@mail.yahoo.com>
 <1162682432.20210109052742@yandex.ru>
 <810235038.835431.1610520138584@mail.yahoo.com>
 <466233249.1039707.1610652048289@mail.yahoo.com>
From: Brian Inglis <Brian.Inglis@SystematicSw.ab.ca>
Organization: Systematic Software
Message-ID: <720b9c7d-c16d-0d92-71ed-546b53a54c60@SystematicSw.ab.ca>
Date: Thu, 14 Jan 2021 15:42:50 -0700
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
 Thunderbird/78.6.1
MIME-Version: 1.0
In-Reply-To: <466233249.1039707.1610652048289@mail.yahoo.com>
Content-Language: en-CA
X-CMAE-Envelope: MS4xfJ3NnqiTi68g6Vg98Epqr+HcoGzT2hHb5JwAQf/6zlBbHgnloSE0oR6VPsm+u/fOaMPAYUL6ms6/CMNa1vWVcMWdtxvTzOpojqQ2m6grHIF1MTBCtMaA
 aHPjHOsdxLB4wPyNgTcR0l/o1eUCRIrMoBrIORq49DAo3hUwVBcwZlibjV0DeJHghFcLin+XWrxuwwLGzuMGmyrciwCRYQu7ns8=
X-Spam-Status: No, score=-5.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS,
 KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,
 RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE,
 TXREP autolearn=ham autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
 server2.sourceware.org
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
Reply-To: cygwin@cygwin.com
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Errors-To: cygwin-bounces@cygwin.com
Sender: "Cygwin" <cygwin-bounces@cygwin.com>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 10EMhOdT014165

Could you please figure out how to send your logs as utf8 plain text attachments 
or otherwise send as verbatim utf8 plain text with line breaks, as your logs 
come across mainly as wrapped single lines in a base64 encoded blob, which few 
will bother to try reading.

On 2021-01-14 12:20, matthew patton via Cygwin wrote:
> ok, so can someone do the following on their installation? I've narrowed it down to the invocation of git-core/git.exe or any of the other git-core/git* binaries. I get a Windows dialog box no less, with "The application was unable to start correctly".
> 100(1) $ strace /usr/libexec/git-core/git.exe--- Process 14916 created--- Process 14916 loaded C:\Windows\System32\ntdll.dll at 00007ffda07c0000--- Process 14916 loaded C:\Windows\System32\kernel32.dll at 00007ffd9e870000--- Process 14916 loaded C:\Windows\System32\KernelBase.dll at 00007ffd9dbf0000--- Process 14916 thread 14476 created--- Process 14916 thread 16872 created--- Process 14916 thread 10260 created--- Process 14916 thread 12992 exited with status 0xc0000279--- Process 14916 thread 10260 exited with status 0xc0000279--- Process 14916 thread 16872 exited with status 0xc0000279--- Process 14916 exited with status 0xc0000279
> LDD for Cygwin git102(1) $ ldd /usr/libexec/git-core/git.exe        ntdll.dll => /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll (0x7ffda07c0000)        KERNEL32.DLL => /cygdrive/c/WINDOWS/System32/KERNEL32.DLL (0x7ffd9e870000)        KERNELBASE.dll => /cygdrive/c/WINDOWS/System32/KERNELBASE.dll (0x7ffd9dbf0000)
> 
> 
> 
> The same thing in Git-Bash results in:--- Process 17124 created--- Process 17124 loaded C:\Windows\System32\ntdll.dll at 00007ffda07c0000--- Process 17124 loaded C:\Windows\System32\kernel32.dll at 00007ffd9e870000--- Process 17124 loaded C:\Windows\System32\KernelBase.dll at 00007ffd9dbf0000--- Process 17124 thread 15280 created--- Process 17124 thread 18192 created--- Process 17124 loaded C:\Windows\System32\advapi32.dll at 00007ffda0070000--- Process 17124 thread 8520 created--- Process 17124 loaded C:\Windows\System32\msvcrt.dll at 00007ffd9eb40000--- Process 17124 loaded C:\Windows\System32\sechost.dll at 00007ffd9e9e0000--- Process 17124 loaded C:\Program Files\Git\mingw64\bin\libiconv-2.dll at 00007ffd68d80000--- Process 17124 loaded C:\Program Files\Git\mingw64\bin\libpcre2-8-0.dll at 0000000064380000--- Process 17124 loaded C:\Windows\System32\rpcrt4.dll at 00007ffd9f4e0000--- Process 17124 loaded C:\Program Files\Git\mingw64\bin\libintl-8.dll at 00007ffd89600000--- Process 17124 loaded C:\Program Files\Git\mingw64\bin\zlib1.dll at 00007ffd895d0000--- Process 17124 loaded C:\Windows\System32\user32.dll at 00007ffd9fe50000--- Process 17124 loaded C:\Windows\System32\win32u.dll at 00007ffd9dbc0000--- Process 17124 loaded C:\Windows\System32\gdi32.dll at 00007ffda04c0000--- Process 17124 loaded C:\Windows\System32\gdi32full.dll at 00007ffd9e630000--- Process 17124 loaded C:\Windows\System32\msvcp_win.dll at 00007ffd9e7d0000--- Process 17124 loaded C:\Windows\System32\ucrtbase.dll at 00007ffd9d730000--- Process 17124 loaded C:\Windows\System32\ws2_32.dll at 00007ffd9fde0000--- Process 17124 loaded C:\Program Files\Git\mingw64\bin\libssp-0.dll at 00007ffd8d120000--- Process 17124 loaded C:\Windows\System32\imm32.dll at 00007ffd9f600000--- Process 17124 loaded C:\Windows\System32\cryptsp.dll at 00007ffd9d8c0000--- Process 17124 loaded C:\Windows\System32\rsaenh.dll at 00007ffd9c710000--- Process 17124 loaded C:\Windows\System32\bcrypt.dll at 00007ffd9d8e0000--- Process 17124 loaded C:\Windows\System32\cryptb
ase.dll at 00007ffd9cf80000--- Process 17124 loaded C:\Windows\System32\bcryptprimitives.dll at 00007ffd9d830000--- Process 17124 thread 18192 exited with status 0x1--- Process 17124 thread 8520 exited with status 0x1--- Process 17124 thread 15280 exited with status 0x1--- Process 17124 exited with status 0x1
> LDD for Git-Bash76(1) $ ldd /mingw64/libexec/git-core/git.exe        ntdll.dll => /c/WINDOWS/SYSTEM32/ntdll.dll (0x7ffda07c0000)        KERNEL32.DLL => /c/WINDOWS/System32/KERNEL32.DLL (0x7ffd9e870000)        KERNELBASE.dll => /c/WINDOWS/System32/KERNELBASE.dll (0x7ffd9dbf0000)        ADVAPI32.dll => /c/WINDOWS/System32/ADVAPI32.dll (0x7ffda0070000)        msvcrt.dll => /c/WINDOWS/System32/msvcrt.dll (0x7ffd9eb40000)        libpcre2-8-0.dll => /mingw64/libexec/git-core/libpcre2-8-0.dll (0x64380000)        libintl-8.dll => /mingw64/libexec/git-core/libintl-8.dll (0x7ffd9bd80000)        sechost.dll => /c/WINDOWS/System32/sechost.dll (0x7ffd9e9e0000)        libiconv-2.dll => /mingw64/libexec/git-core/libiconv-2.dll (0x7ffd66600000)        RPCRT4.dll => /c/WINDOWS/System32/RPCRT4.dll (0x7ffd9f4e0000)        zlib1.dll => /mingw64/libexec/git-core/zlib1.dll (0x7ffd69610000)        USER32.dll => /c/WINDOWS/System32/USER32.dll (0x7ffd9fe50000)        win32u.dll => /c/WINDOWS/System32/win32u.dll (0x7ffd9dbc0000)        GDI32.dll => /c/WINDOWS/System32/GDI32.dll (0x7ffda04c0000)        gdi32full.dll => /c/WINDOWS/System32/gdi32full.dll (0x7ffd9e630000)        msvcp_win.dll => /c/WINDOWS/System32/msvcp_win.dll (0x7ffd9e7d0000)        ucrtbase.dll => /c/WINDOWS/System32/ucrtbase.dll (0x7ffd9d730000)        WS2_32.dll => /c/WINDOWS/System32/WS2_32.dll (0x7ffd9fde0000)        libssp-0.dll => /mingw64/libexec/git-core/libssp-0.dll (0x7ffd9ad00000)

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

