Hello,
Node exits with a segmentation fault (11) when I evaluate the following:
var julia = require('node-julia');
julia.eval('push!(LOAD_PATH, "<PATH TO MY MODULE JL FILE>")')
julia.import("MyModule")
The segmentation fault does not occur at push!(LOAD_PATH, ...) but when importing MyModule.
I've not yet tried to pinpoint the exact moment of the segmentation fault yet.
Any ideas on how to proceed and/or resolve this?
Thanks,
-- Freddy Snijder
PS : this occurs with node 0.12.7 and 4.4.2