Am 15.11.24 um 10:40 schrieb Attila Kerekes: > Dear Maintainers! > > See my bug report below: > > What did you do before the bug happened? (Steps to reproduce your issue) > > run the command: > git maintenance start > > What did you expect to happen? (Expected behavior) > > git maintenance is started > > What happened instead? (Actual behavior) > > git(26100,0x1ffd63840) malloc: *** error for object 0x1: pointer being freed was not allocated > > What's different between what you expected and what actually happened? > > git maintenance jobs did not get set up, instead i got a malloc error This is a known error. Commit c95547a394 (builtin/gc: fix crash when running `git maintenance start`, 2024-10-10) fixes it, but has not made it into a released version, yet. René