Eduardo Lenz
Eduardo Lenz
Reference thread https://discourse.julialang.org/t/question-regarding-numerical-stability-among-julia-versions/112741 sqrt(A) is failing when A is non-symmetric with repeated eigenvalues.
Hi. Julia 1.5.1. Fresh install, empty .julia so far. ``` (@v1.5) pkg> add FFMPEG Updating registry at `~/.julia/registries/General` Resolving package versions... Updating `~/.julia/environments/v1.5/Project.toml` [c87230d0] + FFMPEG v0.4.0 Updating `~/.julia/environments/v1.5/Manifest.toml` [c87230d0]...
I have a large codebase that runs without any problems in 0.4.0, but shows symptoms of memory leak when running in 0.4.3. Basically, the memory increases after a call to...