-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Null pointer dereference in beam_jit_bs_construct_fail_info #7282
Comments
It doesn't crash if compiled with |
I take that back, no |
Without asan, there was one symptom -- the error information was wrong in the stacktrace was incorrect. |
…OTP-18602 x86 JIT: Fix error info for failed binary construction
* bjorn/erts/fix-bad-reason/GH-7282/OTP-18602: x86 JIT: Fix error info for failed binary construction
Describe the bug
Running the following code:
with the following commands:
results in the following error message:
Affected versions
master
Additional context
There is no symptom without asan.
The text was updated successfully, but these errors were encountered: