github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
robertle c 10:29
masak aye 10:53
nwc10 t/spec/S32-list/sort.t SEGV is "just" a SEGV, says ASAN. 13:11
#0 0x7f9eb21aec58 in MVM_string_check_arg src/strings/ops.h:36
#1 0x7f9eb21b8691 in MVM_string_equal src/strings/ops.c:1426
(and the backtrace stops)
dogbert2_ nwc10: how often do you run your tests? 13:16
nwc10 manually, and when I notice 14:17
masak nwc10++ 14:21
dogbert2_ nwc10: so there's a chance that this bug is quite new then 14:24
nwc10 past day or so, I think 14:41
mmm, not certain on that. Tests fail regularly in parallel under ASAN, so "some tests failing" is unfortunately the steady state 14:42
and I get fed up with running them manually and seeing them pass
so I tend not to, unless the reported exit status looks like an actual ASAN abort
dogbert2_ thanks, sounds like a job for our resident bisectable expert AlexDaniel 14:49
AlexDaniel nwc10: colabti.org/irclogger/irclogger_lo...12-21#l181 16:25
Geth MoarVM: 07fe8e4af9 | (Timo Paulssen)++ | src/spesh/optimize.c
Teach optimize_smart_coerce About Boot Types

BOOTInt, BOOTNum, and BOOTStr wouldn't be recognized to not have a Str or Num method, but since we made them, we can be sure (if the user didn't meddle).
... (7 more lines)
20:40
timotimo now that the release happened, this is totally safe to put in 20:41