You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Local OS: Windows 10 Enterprise 22H2 build 19045.4170
Server OS: Red Hat Enterprise Linux Server release 7.9 (Maipo)
VS Code version: 1.88.1
Extension version: 1.13.5
Lint tools: xvlog (Vivado 2020.2 on local windows machine) linting
Steps to reproduce
Steps to reproduce the behavior:
Enable Verilog-HDL/SystemVerilog/Bluespec SystemVerilog extension (with xvlog linter running on windows machine)
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
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
The text was updated successfully, but these errors were encountered:
The issue is that the extension triggers a #find command which leads to ripgrep doing a project-wide search. That causes massive headaches when the filesystem is slow, such as on SMB.
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:
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
The text was updated successfully, but these errors were encountered: