On Wed, Nov 22, 2023 at 12:05:02PM +0800, ryenus wrote: > The issue appeared after updating to git v2.43.0, now git fetch would cause > segmentation fault when commit graph is enabled. Though I only observed this > issue in a repo with two submodules, regardless of whether the submodules are > checked out or not. Meanwhile most other repos without submodules worked fine. > > > 15:57:10.660377 run-command.c:726 child_start[2] git maintenance run --auto --no-quiet > > 15:57:10.665870 common-main.c:55 version 2.43.0 > > 15:57:10.666265 common-main.c:56 start /opt/homebrew/opt/git/libexec/git-core/git maintenance run --auto --no-quiet > > 15:57:10.666469 repository.c:143 worktree /path/to/repo/sub/module2 > > 15:57:10.666649 git.c:464 cmd_name maintenance (_run_dashed_/_run_git_alias_/pull/fetch/fetch/maintenance) > > 15:57:10.668232 git.c:723 exit elapsed:0.003405 code:0 > > 15:57:10.668241 trace2/tr2_tgt_normal.c:127 atexit elapsed:0.003415 code:0 > > 15:57:10.668611 run-command.c:979 child_exit[2] pid:46018 code:0 elapsed:0.008227 > > 15:57:10.668635 git.c:723 exit elapsed:1.837179 code:0 > > 15:57:10.668639 trace2/tr2_tgt_normal.c:127 atexit elapsed:1.837182 code:0 > > 15:57:10.669007 run-command.c:979 child_exit[3] pid:46006 code:0 elapsed:1.843739 > > 15:57:10.671522 usage.c:80 error fetch died of signal 11 > > error: fetch died of signal 11 > > 15:57:10.671645 run-command.c:979 child_exit[1] pid:45980 code:139 elapsed:5.292927 > > 15:57:10.671658 git.c:723 exit elapsed:5.337363 code:1 > > 15:57:10.671663 trace2/tr2_tgt_normal.c:127 atexit elapsed:5.337368 code:1 > > 15:57:10.672048 run-command.c:979 child_exit[1] pid:45978 code:1 elapsed:5.345050 > > 15:57:10.672099 git.c:819 exit elapsed:5.355644 code:1 > > 15:57:10.672105 trace2/tr2_tgt_normal.c:127 atexit elapsed:5.355649 code:1 I couldn't seem to find an easy reproduction for this bug. Would you mind sharing a copy of your repository and/or a script that reproduces this issue? Thanks. Thanks, Taylor