frib-high-level-controls/FLAME

Lattice Parser Seg Fault

Closed this issue · 2 comments

In an interactive session accidentally called the parse() method without any arguments and got a seg fault:

Python 2.7.9 (default, Mar  1 2015, 12:57:24) 
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import flame
>>> flame.GLPSParser().parse()
Segmentation fault

Should be fixed with dd0174b

That fixed it. Thanks.