Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sourcetree pull request throwing: Excepetion: STATUS_ACCESS_VIOLATION

whenever I make a fetch and pull in Sourcetree I get an exeception with the following error:

0 [main] sh 4148 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION

then it "generates" sh.exe.stackdump

I am a newbie to sourcetree but this error keeps recurring. The pull request does not really succeed as it still shows that I have stuff to pull. Any ideas to fix it. Thanks

like image 434
mboko Avatar asked Aug 28 '14 11:08

mboko


2 Answers

Okay so the answer to this was: I am using embedded Git in Sourcetree and It turned out it was 'broke' and needed to update it. That solved my problem. Hope it helps someone else.

like image 126
mboko Avatar answered Oct 13 '22 05:10

mboko


My sh.exe.stackdump did not leave me alone even after I updated the embedded Git. What worked for me was to use system git.

Tools -> Options -> Git -> Use System Git

like image 26
user1589375 Avatar answered Oct 13 '22 06:10

user1589375