mshr-h / vscode-verilog-hdl-support

HDL support for VS Code
MIT License
296 stars 78 forks source link

[BUG] Excessive file access when using Samba #484

Open xachb opened 7 months ago

xachb commented 7 months ago

The bug When using xvlog on windows, and accessing files on Red Hat sever over a Samba, I am pegging the remote servers CPU.

Environment:

Steps to reproduce Steps to reproduce the behavior:

  1. Enable Verilog-HDL/SystemVerilog/Bluespec SystemVerilog extension (with xvlog linter running on windows machine)
  2. Run top on my linux server (watch CPU utilization for smbd process peg around 65-95% of cpu useage), file access is slow and sometimes unresponsive
  3. Disable extension (watch smdb utilization drop to nothing)

Expected behavior I would expect reasonable file access with this extension, all of my other extensions in vscode are doing just fine.

Actual behavior Blowing up Samba on Red Hat server. Is it possible that the linter is running at the file location, and not in the local workspace?

I really appreciate this linter, but unfortunately, I have to disable it in my environment because it is breaking our remote server, I hope you can find a fix.

Thank you, Zach