-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
absl::flat_hash_set fails UBSan on clang 7 #228
Comments
adding |
Let abseil know when we are sanitized (#1698) abseil/abseil-cpp#228 (Squashed by Merge Bot)
I'll inspect this locally. Looks like we may just need the define but I want to check with the swisstable authors to make sure this isn't more serious |
Just checking, this is Apple Clang? Could you let us know the platform? Looks like we're doing an unaligned load which may be UB on certain platforms. |
Whats the actual failure, not just the backtrace?
…On Thu., Dec. 6, 2018, 4:16 p.m. Jonathan Cohen ***@***.*** wrote:
Just checking, this is Apple Clang? Could you let us know the platform?
Looks like we're doing an unaligned load which may be UB on certain
platforms.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#228 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABHza_JsRQs5lvWBDBhrWRdMiTMHfB9Cks5u2YkfgaJpZM4Y4-_q>
.
|
Closing due to lack of activity. Please feel free to re-open :) |
this is clang published by http://releases.llvm.org/ |
@JonathanDCohen , feel free to reopen, I've defined that constant in our build and this fixed the problem for us. |
I'm working on this. It should be fixed and on github by the end of the week. |
compiled with http://releases.llvm.org/7.0.0/clang+llvm-7.0.0-x86_64-apple-darwin.tar.xz
fails with the following backtrace
last executed C++ code is
The text was updated successfully, but these errors were encountered: