mridgers / clink

Bash's powerful command line editing in cmd.exe
mridgers.github.io/clink
GNU General Public License v3.0
3.2k stars 283 forks source link

Clink.v1.0.0.a1 causes ConEmu crash if number of files in a folder is too many! #540

Open zenis0102 opened 4 years ago

zenis0102 commented 4 years ago

I have a couple of folders containing some html files most of which exceeds 3000 in number.

Recently I noticed that navigating into these folders through ConEmu leads to crash. I mean it exits unexpectedly. Specifically in my case when the number of files exceeds 2770 exactly, the ConEmu crashes and exits.

Following tests led to same problematic issue:

  1. Using Clink.v1.0.0.a1
  2. Using Clink v1.0.0a0
  3. Another folder with 3500 randomly generated text files inside

But changing it to Clink v0.4.9 or directly launching cmd.exe from system32 (without ConEmu) solved the issue and it worked as normal.

For the clarity here is some system info:

chrisant996 commented 4 years ago

That sounds interesting, and frustrating. I tried to reproduce it with ConEmu 200713 and the chrisant996/clink fork and also with 1.0.0a1, but I couldn't get it to crash. I was using a directory with 4987 files.

Are you still encountering it with newer builds of ConEmu?