github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
Geth MoarVM: 105d09d62d | (Stefan Seifert)++ | src/6model/reprs/NativeCall.c
Fix NativeCall libraries losing state during repossession

Repossession of objects calls their gc_free. For NativeCall sites this will lead to unloading the library. Doing so causes trouble as the module may alreay have run some initialization call as is the case for IO::Socket::Async::SSL. Even though we later load the library again, we will run into issues. Better to keep libraries loaded in the very theoretical case of some program only referencing a native call for a while than to run into segfaults. So remove the call to MVM_nativecall_free_lib until we have a proper solution.
16:20
lizmat and another Rakudo Weekly News hits the Net: rakudoweekly.blog/2020/01/06/2020-...foresight/ 20:54