-
Notifications
You must be signed in to change notification settings - Fork 182
Segmentation fault error when using workspace() #532
Comments
Try |
|
Yeah, sorry. Even if this is limited to LightGraphs, I wouldn't even know how to fix it... there's no native C code in LG - it's all Julia. I would open up an issue at julialang/julia and point them here. |
Just realised there is a discussion going at JuliaLang/julia#18646 and JuliaLang/julia#16467; will point it out there. |
Ah, good. Thanks. I'll close this out. (FYI - I was able to reproduce it as well.) |
Hi all!
Full (non)working example is:
This happens on a clean install of julia from git repo, Version 0.5.1-pre+55. I am using MacOS Version 10.11.5.
The error does not happen when LightGraphs was not imported before calling
workspace()
. This also does not happen with other modules(i get a bunch of warnings there, but no errors). So the issue is LightGraph specific, I think.The text was updated successfully, but these errors were encountered: