Segmentation Fault - Invalid SyntaxKind Value #1818
|
While extracting information in a Python 3.12.3 script about the RTL structure, using Pyslang 10.0.0 from PyPi, I run into a segmentation fault. The traceback portion I can copy here is: │ ❱ 1618 │ │ if expr.dimensions.kind != SyntaxKind.SyntaxList: │ I can also create a Segmentation Fault using the following command sequence. Not sure if they're linked or not. The source file is attached but had to change the extension to txt from svh in order to upload.
|
Replies: 1 comment 1 reply
|
I believe this issue has been fixed already. You can wait for an official release or build one locally to confirm. |
I believe this issue has been fixed already. You can wait for an official release or build one locally to confirm.