Re: [julia-users] Julia REPL segfaults non-deterministically...

2015-01-06 Thread Isaiah Norton
Looks like: https://github.com/JuliaLang/julia/issues/8550 If you can find a semi-reproducible test case and/or gdb backtrace, that would be great. On Mon, Jan 5, 2015 at 7:59 PM, Tomas Lycken tomas.lyc...@gmail.com wrote: I just got the following in the REPL: julia module Foo type

Re: [julia-users] Julia REPL segfaults non-deterministically...

2015-01-06 Thread Tomas Lycken
OK, thanks for the reference. I'll keep an eye out and post there if I find something. // T On Tuesday, January 6, 2015 2:07:56 PM UTC+1, Isaiah wrote: Looks like: https://github.com/JuliaLang/julia/issues/8550 If you can find a semi-reproducible test case and/or gdb backtrace, that

[julia-users] Julia REPL segfaults non-deterministically...

2015-01-05 Thread Tomas Lycken
I just got the following in the REPL: julia module Foo type Bar{T} end end signal (11): Segmentation fault unknown function (ip: -716631494) jl_get_binding at /opt/julia-0.4/usr/bin/../lib/libjulia.so (unknown line) jl_get_global at /opt/julia-0.4/usr/bin/../lib/libjulia.so