Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] ctags exception caught on large verilog files #504

Open
s94285 opened this issue Nov 1, 2024 · 0 comments
Open

[BUG] ctags exception caught on large verilog files #504

s94285 opened this issue Nov 1, 2024 · 0 comments
Labels

Comments

@s94285
Copy link

s94285 commented Nov 1, 2024

Describe the bug
ctags support failed on large .v files (about 80k lines).

Environment (please complete the following information):

  • OS: Red Hat 7.6
  • VS Code version: 1.85.2
  • Extension version: 1.15.3
  • Ctags Integration

Steps to reproduce
Steps to reproduce the behavior:

  1. Open a large .v file (about 80k lines)
  2. Hover on code, nothing happened
  3. Click on OUTPUT -> Verilog
  4. Scroll down to find ctags excuting command
  5. See error

Log
[info] Excuting Command: ~/uctags/bin/ctags ...
[error] Exception caught: stdout maxBuffer length exceeded undefined
[info] building symbols
[error] No output from ctags

Expected behavior
In version <= v1.15.0, ctags works and symbols built properly.

Actual behavior
No ctags support on large .v files.
Do work on small files (~100 lines) though.

Additional context
Nope

@s94285 s94285 added the bug label Nov 1, 2024
@s94285 s94285 changed the title [BUG] ctags exception caught on large verilog files after v1.15.1 [BUG] ctags exception caught on large verilog files Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant