Revision 3f42af071e2459628f7f31a11a84d216768f2345 authored by Elliot Saba on 24 April 2023, 18:01:05 UTC, committed by Elliot Saba on 24 April 2023, 18:42:10 UTC
This is the same as https://github.com/JuliaLang/julia/pull/45765 where
we use `jl_error()` too early to get backtraces, but too late to fail
the supposed guard `if` statement that should prevent us from trying to
take a backtrace.  X-ref: https://github.com/JuliaLang/julia/issues/45847

(cherry picked from commit fa215891aff303e57608a6786fb152ef67565a51)
1 parent a666aab
History
File Mode Size
Docs.jl -rw-r--r-- 22.0 KB
basedocs.jl -rw-r--r-- 75.2 KB
bindings.jl -rw-r--r-- 1.5 KB
core.jl -rw-r--r-- 1.1 KB
utils.jl -rw-r--r-- 2.2 KB

back to top