Segfault on x86_64 platforms related to reshape/resize operations on vector #57374
Labels
arrays
[a, r, r, a, y, s]
bug
Indicates an unexpected problem or unintended behavior
rr trace included
system:x86
From here: JuliaLang/LinearAlgebra.jl#1190
There appears to be a platform-specific issue where, in certain cases, initiating a vector and then resizing or reshaping it can result in a segfault (Linux) or
EXCEPTION_ACCESS_VIOLATION
orReadOnlyMemoryError
(Windows). Error is sometimes sporadic.Only seems to affect x86_64 and (at least) Julia 1.9 through nightly. Does not seem to affect Linux i686 or MacOS-aarch64 (on at least nightly).
Broken (in the larger context of the
stegr!
method):Works:
Can execute this on nightly to reproduce:
The text was updated successfully, but these errors were encountered: