public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: matthew patton <pattonme@yahoo.com>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: Re: misterious GIT failure
Date: Thu, 14 Jan 2021 19:20:48 +0000 (UTC)	[thread overview]
Message-ID: <466233249.1039707.1610652048289@mail.yahoo.com> (raw)
In-Reply-To: <810235038.835431.1610520138584@mail.yahoo.com>

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\cryptbase.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)

  reply	other threads:[~2021-01-14 19:33 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <638366959.5124927.1610072027608.ref@mail.yahoo.com>
2021-01-08  2:13 ` matthew patton
2021-01-08 10:35   ` Adam Dinwoodie
2021-01-08 16:02   ` Achim Gratz
2021-01-08 19:32     ` matthew patton
2021-01-09  2:27       ` Andrey Repin
2021-01-13  6:42         ` matthew patton
2021-01-14 19:20           ` matthew patton [this message]
2021-01-14 22:27             ` matthew patton
2021-01-14 23:48               ` Ken Brown
2021-01-15 16:36                 ` matthew patton
2021-01-15 17:09                   ` mysterious " Brian Inglis
2021-01-15 17:22                     ` matthew patton
2021-01-14 22:42             ` Brian Inglis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=466233249.1039707.1610652048289@mail.yahoo.com \
    --to=pattonme@yahoo.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).