Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git bash (2.40) works wrong under Windows 7-8 (unstable) #4388

Closed
1 task
proxy-m opened this issue Apr 15, 2023 · 3 comments
Closed
1 task

Git bash (2.40) works wrong under Windows 7-8 (unstable) #4388

proxy-m opened this issue Apr 15, 2023 · 3 comments

Comments

@proxy-m
Copy link

proxy-m commented Apr 15, 2023

      1 [main] bash 442 dofork: child -1 - forked process 5116 died unexpectedly, retry 0, exit code 0xC0000005, errno 11
                                         bash: fork: retry: Resource temporarily unavailable
  • I was not able to find an open or closed issue matching what I'm seeing

Setup

  • Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
$ git --version --build-options

git version 2.40.0.windows.1
cpu: i686
built from commit: 1d90ca2906dd4b7ddaf0669a13c173ec579d794a
sizeof-long: 4
sizeof-size_t: 4
shell-path: /bin/sh
feature: fsmonitor--daemon


  • Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?

Windows 7, same under 8. 32-bit.

$ cmd.exe /c ver
Microsoft Windows [Version 6.1.7601]

  • What options did you set as part of the installation? Or did you choose the
    defaults?
# One of the following:
> type "C:\Program Files\Git\etc\install-options.txt"
> type "C:\Program Files (x86)\Git\etc\install-options.txt"
> type "%USERPROFILE%\AppData\Local\Programs\Git\etc\install-options.txt"
> type "$env:USERPROFILE\AppData\Local\Programs\Git\etc\install-options.txt"
$ cat /etc/install-options.txt (same error for other configs)
Editor Option: VIM
Custom Editor Path:
Default Branch Option: master
Path Option: Cmd
SSH Option: OpenSSH
Tortoise Option: false
CURL Option: OpenSSL
CRLF Option: CRLFAlways
Bash Terminal Option: MinTTY
Git Pull Behavior Option: Merge
Use Credential Manager: Disabled
Performance Tweaks FSCache: Enabled
Enable Symlinks: Enabled
Enable Pseudo Console Support: Disabled
Enable FSMonitor: Disabled


** insert your machine's response here **
  • Any other interesting things about your environment that might be related
    to the issue you're seeing?

Win 32 only

PS C:\Users\User> $PSVersionTable
[All updates installed. PS Just for info about system, I do not run from it.]
Name Value


PSVersion 5.1.14409.1005
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14409.1005

Details

  • Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other

Bash

Just start (or fork) Git Bash several times. You can answer me about windows memory protection, but I tried to disable it, wrong answer.

  • What did you expect to occur after running these commands?

Stable work!

  • What actually happened instead?

Periodically random error about forks, died unexpectedly, 0xC0000005, errno 11, retry: Resource temporarily unavailable ... (Cygwin.dll error on previous git bash versions with suggestion restart system every time.)

  • If the problem was occurring with a specific repository, can you provide the
    URL to that repository to help us with testing?

No, it is not about repositories. It's about broken build.

@dscho
Copy link
Member

dscho commented Apr 16, 2023

$ git --version --build-options

** insert your machine's response here **

Do note that this is less helpful than necessary.

I was not able to find an open or closed issue matching what I'm seeing

0xC0000005

You could have found this ticket, had you searched as instructed: #1200

So I'll close this as duplicate, assuming that the comment in the seemingly unrelated ticket about the 32-bit deprecation means that this is about 32-bit more than about Windows 7 or 8.

@dscho dscho closed this as not planned Won't fix, can't repro, duplicate, stale Apr 16, 2023
@proxy-m
Copy link
Author

proxy-m commented May 4, 2024

May you fix the issue before closing?

@PhilipOakley
Copy link

May you fix the issue before closing?

Help yourself. It's available. That's the beauty of open source. 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants