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
{{ message }}
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.
When parsing large numbers of files, a `undef directive appearing as the penultimate token in a file will cause a segfault. When running with valgrind however, it does not, so it is very much a heisenbug.
Steps to re-create:
Feed the parser a set of files, and one of them should have a `undef on the last line.
$> make clean
$> make all
$> ./src/parser ../../tests/*.v
The text was updated successfully, but these errors were encountered:
Issue Description
When parsing large numbers of files, a `undef directive appearing as the penultimate token in a file will cause a segfault. When running with valgrind however, it does not, so it is very much a heisenbug.
Steps to re-create:
Feed the parser a set of files, and one of them should have a `undef on the last line.
The text was updated successfully, but these errors were encountered: