Closed PlasmaPower closed 7 years ago
Aha! The bug only occurs when run through istanbul 0.4.5 (the newest version). I'll try to bisect it now.
Actually, it would appear that in older versions of istanbul the bug didn't have time to appear (it's reliant on V8's garbage collector). However, to some degree it can still be replicated. Istanbul probably just gives the node process more time/need to clean up (resulting in the failed free).
Runs node through gdb for segfault debugging. See also #25.