Open stefanjwojcik opened 4 years ago
Might have been fixed by https://github.com/JunoLab/Atom.jl/pull/290 (or at least I can't repro it anymore with that PR, whereas I could before).
Updating to Julia 1.3 and reinstalling Atom fixed this issue.
Nice. I can repro the segfault on 1.0.5 as well, so let's keep this open for now.
Details
Steps to reproduce
After suggested update of julia-client packages and Atom.jl, the 'using [package]' command causes immediate segmentation fault. Calling 'using' on MLJ.jl, DataFrames.jl and a custom package of mine all cause a segmentation fault and restart of julia. Removing and reinstalling those packages doesn't help. The error seems to be related to Atom.jl, but I cannot be sure.
I uninstalled Atom, and all files in .atom/, and reinstalled again. Issue persisted.
I tried to replicate the issue in plain Julia REPL, no segmentation fault.
I tried disabling other packages, such as platformio_ide, the segmentation fault remained.