Will Coleda via RT wrote:
[leo - Tue Nov 08 02:17:18 2005]:Will Coleda (via RT) wrote:wcoleda$ cat foo.pir .sub main :main $P1 = compreg "PAST" $P2 = $P1("Parrot_AST(Py_Module(Stmts(Py_Print(Const(1)))))") $P2() .end
The assertion error is gone, but I now get a segfault running this code.
Fixed (r9844) - another memory corruption. Thanks for reporting, leo