On Sep 22, 1:33 pm, Sven <
Sven....@gmail.com> wrote:
> Usually I can get away with commits, diffs, and adds, but merge,
> branch, and stash commands are all prone to these crashes, and push
> and pull commands even more so. These network commands furthermore
> suffer ssh crashes.
I happen to have a convenient example of one of these, so let me offer
the details:
C:\projects\myproject>git push
[Dialog box pops up labeled "ssh.exe - Application Error":
The instruction at "0x7105be73" referenced memory at
"0x00000000". The memory could not be "read".
[OK / Cancel]
After dismissing the popup I find the command shell window blocking,
but I can CTRL-C to terminate the batch job that's still running. Task
Manager will sometimes reveal sh.exe, ssh.exe, or git still running in
this situation.
-Sven