Bug#977193: [Pkg-julia-devel] Bug#977193: julia REPL crashes on simple function

2020-12-12 Thread Norbert Preining
Hi Zoltan, thanks for your report. Interesting. > signal (6): Aborted I get the same indeed. Then I tried: - upstream original 1.5.2 worked, got answer, no error - upstream original 1.5.3 got error julia> c,f = probak() ERROR: MethodError: Cannot `convert` an

Bug#977193: julia REPL crashes on simple function

2020-12-12 Thread Zoltan Barta
Package: julia Version: 1.5.3+dfsg-2+b2 Severity: important X-Debbugs-Cc: zbar...@gmail.com Dear Maintainer, * What led up to the situation? When I am running these in the REPL there is no problem. julia> include("good.jl") probak (generic function with 2 methods) julia> c,f = probak()