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

Fuzzer: Segfault on interface index out of range #1588

Closed
veripoolbot opened this issue Nov 4, 2019 · 1 comment
Closed

Fuzzer: Segfault on interface index out of range #1588

veripoolbot opened this issue Nov 4, 2019 · 1 comment
Assignees
Labels
area: lint Issue involves SystemVerilog lint checking resolution: fixed Closed; fixed

Comments

@veripoolbot
Copy link
Contributor


Author Name: Eric Rippey
Original Redmine Issue: 1588 from https://www.veripool.org

Original Assignee: Wilson Snyder (@wsnyder)


Running the attached testcase with:

verilator_bin --lint-only 6.sv

on version:

Verilator 4.020 devel rev v4.020-56-gbcb766b

Produces:

%Error: 6.sv:15: Can't find definition of 'ifs__Viftop__BRA__1__KET__' in dotted signal: '.ifs__Viftop[1]'
                : ... In instance ifs__Viftop[1]
     .b(ifs[0])
      ^
         ... Known scopes under 'ifs__Viftop[1]': ifs[-1], ifs[0], m0
Segmentation fault (core dumped)

It also seems like the diagnostic could be a little bit more direct about what the user is doing wrong.

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2019-11-05T02:21:05Z


Fixed in git and __DOT cleaned up.

@veripoolbot veripoolbot added area: lint Issue involves SystemVerilog lint checking resolution: fixed Closed; fixed labels Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: lint Issue involves SystemVerilog lint checking resolution: fixed Closed; fixed
Projects
None yet
Development

No branches or pull requests

2 participants