Bug 1952030
| Summary: | git clone --bare segfaults (regression) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mauro Carvalho Chehab <mchehab> |
| Component: | git | Assignee: | Todd Zullinger <tmz> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 33 | CC: | amahdal, besser82, chrisw, johannes, opohorel, pcahyna, pstodulk, sebastian.kisela, tmz |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | git-2.31.1-3.fc35 git-2.31.1-3.eln110 git-2.31.1-3.fc34 git-2.31.1-3.fc33 | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-04-30 01:27:02 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Mauro Carvalho Chehab
2021-04-21 11:26:44 UTC
Do you have clone.bare set to default in your global git config? Such an issue was reported in https://lore.kernel.org/git/D99DD9AD-54E5-4357-BA50-8B9CAE23084E@amazon.com/ and a fix was committed https://github.com/git/git/commit/75555676ad. If you want, I did a scratch build for f33 with the patch applied: https://koji.fedoraproject.org/koji/taskinfo?taskID=66423069 Or you can get 2.31.1 with the patch from my copr: https://copr.fedorainfracloud.org/coprs/tmz/git/ The simplest work-around is to remove core.bare=false from the global git config. (At least until the next update is pushed out -- since a segfault is something which should be fixed.) (In reply to Todd Zullinger from comment #1) > Do you have clone.bare set to default in your global git config? Yes. > If you want, I did a scratch build for f33 with the patch applied: https://koji.fedoraproject.org/koji/taskinfo?taskID=66423069 Worked, thanks! $ git clone --bare ~/linux-kernel Cloning into bare repository 'linux-kernel.git'... done. FEDORA-2021-a049e093dd has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2021-9e151d1885 has been pushed to the Fedora ELN stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2021-5f888bda5e has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-5f888bda5e FEDORA-2021-5f888bda5e has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-5f888bda5e` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-5f888bda5e See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-44e5c07612 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-44e5c07612 FEDORA-2021-44e5c07612 has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-44e5c07612` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-44e5c07612 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-5f888bda5e has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2021-44e5c07612 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report. |