New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git-for-windows's bash under ConEmu: the console don't display user input (and I can't commit) #295
Comments
+1 similar issue.
conemu has issues with vim msys2, git-for-windows, msysgit and vim.org
console2 doesn't have any issues with vim. |
+1 as well, running into this almost every hour. Not sure what the trigger conditions are. EDIT: I am running Git 2.5.0 x64 |
Don't mix issues. All comments are about different things. And why haven't you posted ConEmu version? @mikofski Crashes, segfault: Hard to believe. Where are dumps? @calvindhsu Running into what exactly? On what version? |
@Maximus5 Thanks for the response. Sorry for the vague comment. I'm running into same issue exactly as described as op, glhez. Repro steps aren't consistent. But I get it maybe 20% of the time when I do something like:
This results in skipping vim and:
Afterwards all input is blind.
|
Hi @Maximus5 sorry for my terse report, and sorry if this is the wrong issue for it, I found at least 2 others that seemed similar (#341 and #335 both seemed similar). I will try to acquire trigger a seg fault again and save the vim stacktrace to report here. (MSYS2 seems to automatically generate these now) I will also try to figure out why the IMO ConEmu is still by far the best windows console emulator in existence and I am willing to help to make it work. I greatly appreciate your contribution! Thanks! |
Build 151025? |
@calvindhsu yes, that's my case. Even through I don't use git log + Ctrl F/B. @mikofski while investigating git-for-windows/git#307 (which is the same as this one), it turned into crash of conhost. I can't really say the two are the same problem. I retried my procedure to get it fail (a simple bash for loop with git commit in the loop) and it crashed with git-for-windows 2.6.2 and ConEmu 151025:
The minidumps contains conemu64, conemuc64, vim and two conhost process of which I don't know which failed (I initially created fulldumps and one of these conhost is in fact the previous run). By the way, @Maximus5, if you think I should create another separate issue for conhost crashes, please tell me. |
@Maximus5 I'm going to be testing the 151025 build over the next few days, will let you know if I run into anything. |
I don't why I unchecked the ConEmuHk injection, but it fails even with it: here is the full set of minidumps -> https://bitbucket.org/glhez/zeta-bash/downloads/pe-2015-10-27-001.7z |
so far 151025 is working great for me. Thanks!
|
151025 seems to be a lot more stable. I ran into the blind input problem once so far over these two days in my daily workflow. Not sure how I triggered it this time. This is in comparison to running into the issue once an hour. |
@Maximus5 2 weeks of testing, not a single incident of either
... or ...
I vote to close this issue. |
Hello,
I ran into a bug either in ConEmu, either in Git for Windows 2.5.0, either in VIM (I don't really know), and I can hardly reproduce or tell what is wrong here.
I am using the following:
Some time, my bash goes in blind mode, where I don't see anymore the text I input.
I can blindly type the reset command, then enter, and it work again.
But whenever I try to commit again, I have the same problem: vim launch, but incorrectly, leading git to think the commit is empty (which is probably the same).
This is rare and I don't even have a clue of what I've done wrong to get into those trouble.
I tried this command to force reproduce the problem (fail from time to time, and when it does not fail, you need to kill the whole process), with Real console enabled.
On the bash tab, I have this (I truncated to the last line):
And the real console:
The text was updated successfully, but these errors were encountered: