Cygwin's bash became extremely slow after errors

前端 未结 4 1820
日久生厌
日久生厌 2021-02-20 13:24

I realize there are a few other questions about why Cygwin is apparently slow, but this case seems to be unique.

I had some issues where things were reporting lots of er

相关标签:
4条回答
  • 2021-02-20 13:46

    It creates a dirty log file, use awk.

    0 讨论(0)
  • 2021-02-20 13:54

    So I never actually solved this. Got a new computer instead.

    Similar problem cropped up there eventually, and the problem was the NVIDIA driver software--not the actual drivers themselves.

    So, the path was:

    • Install NDIVIA Drivers
    • Remove NVIDIA Software from AppWiz.cpl
    • Use Hardware Manager to find the .inf files that were left around
    0 讨论(0)
  • 2021-02-20 13:56

    I have little experience with this, but I can at least give you my opinion on what it looks like.

    I'm seeing lots of [proc_wiater] lines, each at over 5000 ... that's longer than your actual directory listing takes :/ Looks like the problem here is "ls is a program". I bet if you timed dir you'd not notice such a ridiculous time.

    -Someone who knows nothing of strace.

    0 讨论(0)
  • 2021-02-20 14:01

    I had a similar problem, fixed by removing disconnected network shares.

    http://cygwin.com/faq/faq-nochunks.html#faq.using.slow
    http://cygwin.com/ml/cygwin/2010-06/msg00510.html (read all replies)

    You can look into this as well:

    http://cygwin.com/acronyms/#BLODA

    gl

    0 讨论(0)
提交回复
热议问题