Skip to content

Node segmentation fault importing Julia module #27

@visionscaper

Description

@visionscaper

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions