Skip to content

segmentation fault following upgrade to julia v0.4 #21

@cecileane

Description

@cecileane

I am getting a segmentation fault on this simple example. My graph is described in a dot file named graph.dot that contains this:

graph { 
        a -- b; 
        a -- c; 
        b -- d; 
        b -- e; 
        c -- f; 
        c -- g; 
        f -- h;
        f -- i;
    }

Then I do this:

using GraphViz
io = open("graph.dot","r")
dot = Graph(io)

and the last line causes a segmentation fault that kicks me out of julia:

signal (11): Segmentation fault
unknown function (ip: 0x7f4227bc4780)
Segmentation fault (core dumped)

Thanks for your help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions