-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Regression: Julia 1.9.0 on MacOS: Dynamic library catching std::exception does not catch std::domain_error #49772
Comments
Note: this is not actually Additionally, I should note that |
If we link against our copy of libstdc++.6.dylib, the problem reverses itself with
|
On 1.9 we started loading CSL by default, you can reproduce this failure in 1.8 by doing |
It does appear #49842 fixed this, at least for the case I originally found this in. |
This issue appears to be resolved by 1.9.1 |
Given the following C++ file:
And this Julia file:
The expected output of
julia dummy.jl
isHowever, the actual output with Julia 1.9 on MacOS is:
Julia
versionInfo()
:This is not an issue for earlier Julia versions (1.6 - 1.8) or on Ubuntu or Windows
The text was updated successfully, but these errors were encountered: