https://bugzilla.wikimedia.org/show_bug.cgi?id=68196
--- Comment #8 from Tim Starling <[email protected]> --- ...that being $iteratorNode. The TypedValue* for $iteratorNode was consistent enough for me to set a watch on it, which showed it being overwritten with garbage by translator-asm-helpers.S, probably the stack write on line 52. That seemed pretty JIT-specific, so I tried running it without the JIT, and it instead asserted in the ~ScopeGuardImpl of ExecutionContext::invokeFunc(), when invoking an unnamed function (presumably the eval.php command line). Before the write by translator-asm-helpers.S, $iteratorNode had a PPNode_Hash_Array in it, as expected. There's nothing obviously linking this to Scribunto, at present. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
