Skip to content

[release-1.9] Avoid usage of jl_error() in check_cmdline()#49486

Merged
staticfloat merged 1 commit intobackports-release-1.9from
sf/backport_win_hang_fix
Apr 24, 2023
Merged

[release-1.9] Avoid usage of jl_error() in check_cmdline()#49486
staticfloat merged 1 commit intobackports-release-1.9from
sf/backport_win_hang_fix

Conversation

@staticfloat
Copy link
Copy Markdown
Member

This is the same as #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: #45847

(cherry picked from commit fa21589)

This is the same as #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: #45847

(cherry picked from commit fa21589)
@staticfloat staticfloat changed the title Avoid usage of jl_error() in check_cmdline() [release-1.9] Avoid usage of jl_error() in check_cmdline() Apr 24, 2023
@staticfloat staticfloat merged commit 0a374d5 into backports-release-1.9 Apr 24, 2023
@staticfloat staticfloat deleted the sf/backport_win_hang_fix branch April 24, 2023 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant