Andreas Noack
Andreas Noack
Please let me know, If I can provide any further information that might help you to locate the problem. It is really convenient to be able to use matplotlib from...
I have just tried your fix but unfortunately it doesn't help. I still get the same error. Unfortunately Valgrind from brew doesn't work with newer OS Xs and I don't...
I have switched Linux distribution and now I can reproduce this on Linux. I have posted the output from Valgrind [here](https://gist.github.com/andreasnoackjensen/7804229)
I can reproduce this issue and it goes away if you downgrade to version 3.5 of `Arpack_jll`, i.e. to version 3.5. of arpack-ng. I noticed something similar some time ago...
What changed relative to https://github.com/JuliaLinearAlgebra/Arpack.jl/issues/118#issuecomment-971835985? Is it something about how the library is built?
The tests here are not running at all. The code coverage has been zero for more than half a year https://app.codecov.io/gh/SciML/NonlinearSolve.jl. The reason is that you only run the tests...
Yes I am on master. I also have `prec_length`, but the error is irregular so something is getting corrupted during the calculations. This is on my Mac and I can...
I could reproduce the segfault on my Linux machine so I have produced some [Valgrind output](https://gist.github.com/andreasnoackjensen/7983707) that hopefully can give you some useful information about the cause of the error....
I have just tried with v0.3. The error has changed to ``` julia ERROR: mismatch in dimension 1 in cat_t at abstractarray.jl:878 in cat at abstractarray.jl:855 in hcat at abstractarray.jl:917...
Have you seen [this](https://groups.google.com/forum/?fromgroups=#!topic/julia-dev/QhG6p_Q6Ne8)? Something weird is going on.