Skip to content

solve_positions crashes Julia process #27

@Roh-codeur

Description

@Roh-codeur

hi

this is quite an awesome package. I am facing the below issue with the code:

using LayeredLayouts, Graphs

tiny_depgraph = SimpleDiGraph(Edge.([
           1 => 2;
           2 .=> [4, 5, 6];
           3 .=> [2, 4, 5, 6, 7, 8];
           4 .=> [9, 10, 11];
       ]))

xs, ys, paths = solve_positions(Zarate(), tiny_depgraph);
julia(56536,0x104578580) malloc: *** error for object 0xe00000000000000: pointer being freed was not allocated
julia(56536,0x104578580) malloc: *** set a breakpoint in malloc_error_break to debug

signal (6): Abort trap: 6
__pthread_kill at /usr/lib/system/libsystem_kernel.dylib (unknown line)
Allocations: 70447737 (Pool: 70431292; Big: 16445); GC: 29

Julia process crashes after this. I am on a M1 Mac.
Julia version: 1.8.3
[f4a74d36] LayeredLayouts v0.2.5

thanks for your help in this

ta!

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