This is the second time that I crash the Julia client when using LinearAlgebra’ish code. I can not provide a minimal working example yet, but I am working on it. I want to ask here early, because maybe that kind of issue is known.
Windows 10
Julia Version 1.6.0
Commit f9720dc2eb (2021-03-24 12:55 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i7-8665U CPU @ 1.90GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.0.1 (ORCJIT, skylake)
I can run my code with a small memory footprint and then it crashes with a slightly larger memory need with the following error message:
Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x1fe008e0 -- OLATION at 0x1fe008e0 -- at 0x1fe008e0 -- OLATION with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x1fe008e0 -- at 0x1fe008e0 -- OLATION with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x1fe008e0 -- at 0x1fe008e0 -- OLATION with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x1fe008e0 -- at 0x1fe008e0 -- OLATION with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x1fe008e0 -- at 0x1fe008e0 -- OLATION at 0x1fe008e0 -- at 0x1fe008e0 -- OLATION with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x1fe008e0 -- at 0x1fe008e0 -- zdot_compute at C:\Users\gnakerst\julia-1.6.0\bin\libopenblas64_.DLL (unknown line)
in expression starting at REPL[31]:1
a-1.6.0\bin\libopenblas64_.DLL (unknown line)
in expression starting at REPL[31]:1
in expression starting at REPL[31]:1
I carefully checked that the memory requirements are way below my total RAM. I want to stress here that my code is working fine until a certain parameter range is met (size of sparse matrices/ dense vectors).
I suspect either a (weird) bug in the openBLAS implementation I use or Windows Defender. Any hints appreciated!