-
Notifications
You must be signed in to change notification settings - Fork 649
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
ASAN Builds Error on Hello world #112
Comments
Ironically this is caused by a workaround for a leak that ASAN was reporting. Can you please share details about your system configuration: which Linux version and more importantly which compiler version? |
clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final) Ubuntu 18.04.3 LTS |
Thank you! We are working on fixing this (for some reason it wasn't showing in our continuous ASAN tests). |
Jonathan -- Hi! We believe we fixed this in Hermes quite a while ago; my apologies for not noting that here. Would you be able to verify whether this problem has gone away for you? |
I'm going to close, assuming that our fix did in fact work. |
builds made with "--enable-asan" will crash on any input
tested on commit 41a8072 .
The text was updated successfully, but these errors were encountered: