git stash pop resulted in crash:
/usr/local/Cellar/git/2.10.2/libexec/git-core/git-stash: line 470:
14946 Segmentation fault: 11 git merge-recursive $b_tree -- $c_tree
$w_tree
although, the changes have been applied successfully.
On Fri, Dec 29, 2017 at 4:04 AM, Andrew Tsykhonya
[off-list ref] wrote:
git stash pop resulted in crash:
/usr/local/Cellar/git/2.10.2/libexec/git-core/git-stash: line 470:
14946 Segmentation fault: 11 git merge-recursive $b_tree -- $c_tree
$w_tree
although, the changes have been applied successfully.
Thanks for the problem report. Can you come up with a reproduction
recipe in order to help debug the problem?
Also, what happens if you update to a newer version of Git? You appear
to be running 2.10.2, whereas the latest version in Homebrew seems to
be 2.15.1.
I made:
$git stash
$git checkout <branch_name>
$git stash pop - crash here. changes were applied, but index.lock was
not removed.
The issue appeared only once, I haven't seen it before and cannot
reproduce it now.
Thanks, updated git to 2.15.1.
2017-12-31 10:59 GMT+02:00 Eric Sunshine [off-list ref]:
On Fri, Dec 29, 2017 at 4:04 AM, Andrew Tsykhonya
[off-list ref] wrote:
quoted
git stash pop resulted in crash:
/usr/local/Cellar/git/2.10.2/libexec/git-core/git-stash: line 470:
14946 Segmentation fault: 11 git merge-recursive $b_tree -- $c_tree
$w_tree
although, the changes have been applied successfully.
Thanks for the problem report. Can you come up with a reproduction
recipe in order to help debug the problem?
Also, what happens if you update to a newer version of Git? You appear
to be running 2.10.2, whereas the latest version in Homebrew seems to
be 2.15.1.