Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid usage of jl_error() in check_cmdline() #49483

Merged
merged 1 commit into from
Apr 24, 2023
Merged

Conversation

staticfloat
Copy link
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

@staticfloat staticfloat added the backport 1.9 Change should be backported to release-1.9 label Apr 24, 2023
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
@staticfloat staticfloat removed the backport 1.9 Change should be backported to release-1.9 label Apr 24, 2023
@staticfloat staticfloat merged commit 8419b50 into master Apr 24, 2023
@staticfloat staticfloat deleted the sf/win_hang_fix branch April 24, 2023 19:13
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.

2 participants