You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am seeing a crash due to an illegal instruction when running jac2cheb.
FastTransforms: v0.14.0
Julia: v1.7.2
System: macOS Monterey 12.0.1
Chip: Apple M1 Pro
julia> using FastTransforms
julia> jac2cheb([1.0], 0, 0)
signal (4): Illegal instruction: 4
in expression starting at REPL[2]:1
ft_plan_jacobi_to_chebyshev at /Users/jack/.julia/artifacts/f0f10168612c9af7147248b10227d216ba47afd4/lib/libfasttransforms.dylib (unknown line)
#plan_jac2cheb#92 at /Users/jack/.julia/packages/FastTransforms/FzWUg/src/libfasttransforms.jl:515 [inlined]
plan_jac2cheb at /Users/jack/.julia/packages/FastTransforms/FzWUg/src/libfasttransforms.jl:515 [inlined]
#plan_jac2cheb#22 at /Users/jack/.julia/packages/FastTransforms/FzWUg/src/libfasttransforms.jl:400 [inlined]
plan_jac2cheb at /Users/jack/.julia/packages/FastTransforms/FzWUg/src/libfasttransforms.jl:400
unknown function (ip: 0x10fcbbdf3)
...
The text was updated successfully, but these errors were encountered:
I am seeing a crash due to an illegal instruction when running
jac2cheb
.FastTransforms: v0.14.0
Julia: v1.7.2
System: macOS Monterey 12.0.1
Chip: Apple M1 Pro
The text was updated successfully, but these errors were encountered: