You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Luckily, in combination with node I don't need to use the ImageView module in my module.
However, It might still be interesting to investigate why using the ImageView module makes node crash.
Hello,
Node exits with a segmentation fault (11) when I evaluate the following:
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
The text was updated successfully, but these errors were encountered: