Welcome to the main channel on the development of MoarVM, a virtual machine for NQP and Rakudo (moarvm.org). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
jdv changelogs are up 03:30
nine The one parameter to an op that MoarVM doesn't check: the code parameter to MVM_sc_set_code_op and I managed to pass the wrong thing (code object instead of code) 11:05
That's why the sc idx got overwritten with 0, which is the slot that the GLOBALish package inhabits
lizmat meh 11:12
any particular (performance) reason why that isn't checked ? 11:13
nine no 11:36
It does check the sc parameter
jdv the release isn't gonna happen today:( next friday then I guess - 6/3. 17:01
vrurg I wonder if the value of data in `get_ptr_at_offset (offset=0, data=0xfffffffeffffffff) at src/6model/reprs/CStruct.c:491` triggers something? Looks familiar? I have a reproducible SEGV, but it might be caused by libxml. 20:08