github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
dogbert11 timotimo: do you want me to make a PR of the misplaced line here (github.com/MoarVM/MoarVM/blob/mast...og.c#L106) or will you fix it? 15:06
timotimo which of y'all found it and gets the ++ in the commit message? 15:08
dogbert11 give it to MasterDuke :) 15:23
Geth MoarVM: 459e686754 | (Timo Paulssen)++ | src/profiler/log.c
Remove confprog effects when confprog isn't active

  MasterDuke++ found this
15:29
brrt \o 18:36
pamplemousse o/ 18:38
brrt hmm, I get the same 'ModuleLoader.moarvm' problem when I use a slightly more complex NQP file as input source 18:42
but, I don't get that problem if I set '--libpath' correctly 18:43
pamplemousse: I was actually going to suggest, you can try strace to figure out what the program is doing when it's starting up 18:45
pamplemousse I can give that a go. I've been tracing through using MVM_COVERAGE_LOG, like timotimo suggested the other day, to figure out how the start up worked 18:50
brrt that, or stepping through with gdb/lldb 20:02
timotimo right, you can always "call MVM_dump_backtrace(tc)" from inside gdb/lldb (if you "up" far enough to get a frame with a tc in it; that part is easier if you disable the JIT, because neither gdb nor lldb understand how the jit builds stack frames 20:05
brrt which is what I should probably fix at some time 21:07