Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.53k stars 572 forks source link

The ConEmu stucked sometimes when I input adb shell cmd #2417

Open zcjfish opened 2 years ago

zcjfish commented 2 years ago

Versions

ConEmu build: 210912 x32/x64 OS version: Windows 10 x32/x64 Used shell version (Far Manager, git-bash, cmd, powershell, cygwin, whatever): cmd

Problem description

The app will not response & hang sometimes when I input the cmd: adb shell "while true; do cat /proc/sys/fs/file-nr; sleep 1;" It is not always reproduced, maybe It have something to do with this adb device, I'm not sure..

Steps to reproduce

  1. the computer connect to a android device
  2. open cmder
  3. input the cmd: adb shell "while true; do cat /proc/sys/fs/file-nr; sleep 1;"

Actual results

Expected results

Additional files

Settings, screenshots, logs, etc.

benyaminl commented 1 year ago

I think this also the same as running git log, when You run Debug > Show Console, it will run normally, I don't know why on ConEmu it is broken. It's sad to see it's broken tbh

xmedeko commented 1 year ago

It happens for me for any command when I awake computer from a sleep. Showing "Debug > Real console" prevents that. (I have to do it just after computer awake. When the window is stuck, I does not cure it, though. But it helps with new ConEmu windows).

ConEmu 221218 [64 bit] OS: Windows 11 Environment: cmder

Maximus5 commented 1 year ago

What exactly do you mean by "stucked" or "not responding"? Is ConEmu window grayed out and title has "not responding" mark? Is so, could you make a CrashDump of the ConEmu64.exe process and upload its zip somewhere? You may send it directly to my email address if you have security concerns.

xmedeko commented 1 year ago

@Maximus5 It does not happen to me anymore and do not know why. (I had just a fresh Windows 11 and cmder install 3 weeks ago, so maybe I have changed some ConEmu setting and I am not aware about that or some Windows update has fixed that.) I will observe the problem and if it happens again I try to nail the root cause.