Hi all, When trying the latest rc with magit, I found that git segfaults under Magit with auto-revert enabled. The message in emacs is Error in post-command-hook (magit-auto-revert-mode-check-buffers): (wrong-type-argument number-or-marker-p "Segmentation Fault") I was able to bisect the issue to commit e0020b2f82910f50bc697d86aff70c3796fbdc41 but unfortunately, it seems difficult to print the exact command from magit. Reverting this patch solves the issue. Most probably emacs runs commands with not all env variables set. JN