I have found that the simple operation of dot product using dot() is leading to a the julia program (v1.5.3) crashing. I think it is a serious bug. The following simple command
using LinearAlgebra;
N = 20000; t1= rand(Complex{Float64}, N); t2= rand(Complex{Float64}, N); t1./=sqrt(N); t2./=sqrt(N);
dot(t1, t2)
immediately leads to
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 at 0xe submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATIONEXCEPTION_ACCESS_VIOLATION at 0xION_ACCESS_VIOLATION with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0xION_ACCESS_VIOLATION with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0xION_ACCESS_VIOLATION with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0xION_ACCESS_VIOLATION with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0xION_ACCESS_VIOLATION with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: EXCEPTION_ACCESS_VIOLATION at 0x1d3d7280 -- at 0x1d3d7280 -- at 0x1d3d7280 -- at 0x1d3d7280 -- at 0x1d3d7280 -- at 0x1d3d7280 -- at 0x1d3d7280 -- at 0x1d3d7280 -- dcabs164_ at C:\Users\iamsu\AppData\Local\julia-1.5.3\bin\libopenblas64_.DLL (unknown line)
in expression starting at REPL[70]:1
cal\julia-1.5.3\bin\libopenblas64_.DLL (unknown line)
in expression starting at REPL[70]:1
in expression starting at REPL[70]:1
cal\julia-1.5.3\bin\libopenblas64_.DLL (unknown line)
in expression starting at REPL[70]:1
in expression starting at REPL[70]:1
cal\julia-1.5.3\bin\libopenblas64_.DLL (unknown line)
in expression starting at REPL[70]:1
in expression starting at REPL[70]:1
dcabs164_ at C:\Users\iamsu\AppData\Local\julia-1.5.3\bin\libopenblas64_.DLL (unknown line)
in expression starting at REPL[70]:1
in expression starting at REPL[70]:1
cal\julia-1.5.3\bin\libopenblas64_.DLL (unknown line)
dcabs164_ at C:\Users\iamsu\AppData\Local\julia-1.5.3\bin\libopenblas64_.DLL (unknown line)
in expression starting at REPL[70]:1
cal\julia-1.5.3\bin\libopenblas64_.DLL (unknown line)
in expression starting at REPL[70]:1
OPENBLAS_GET_PARALLEL64_ at C:\Users\iamsu\AppData\Local\julia-1.5.3\bin\libopenblas64_.DLL (unknown line)
OPENBLAS_GET_PARALLEL64_ at C:\Users\iamsu\AppData\Local\julia-1.5.3\bin\libopenblas64_.DLL (unknown line)
openblas_set_num_threads64_ at C:\Users\iamsu\AppData\Local\julia-1.5.3\bin\libopenblas64_.DLL (unknown line)
dcabs164_ at C:\Users\iamsu\AppData\Local\julia-1.5.3\bin\libopenblas64_.DLL (unknown line)
cblas_zdotc_sub64_ at C:\Users\iamsu\AppData\Local\julia-1.5.3\bin\libopenblas64_.DLL (unknown line)
dotc at C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.5\LinearAlgebra\src\blas.jl:337 [inlined]
dotc at C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.5\LinearAlgebra\src\blas.jl:377
dot at C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.5\LinearAlgebra\src\matmul.jl:10
unknown function (ip: 000000006ea5e13d)
jl_apply at /cygdrive/c/buildbot/worker/package_win64/build/src\julia.h:1690 [inlined]
do_call at /cygdrive/c/buildbot/worker/package_win64/build/src\interpreter.c:117
eval_value at /cygdrive/c/buildbot/worker/package_win64/build/src\interpreter.c:206
and then the window closes.