-
Notifications
You must be signed in to change notification settings - Fork 257
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
test-googletest-full fails on armeabi with the clang update #374
Comments
Correction: this affects armeabi-v7a too. |
DanAlbert
changed the title
test-googletest-full fails on armeabi with the clang update
test-googletest-full fails on arm32 with the clang update
Apr 28, 2017
DanAlbert
changed the title
test-googletest-full fails on arm32 with the clang update
test-googletest-full fails on armeabi with the clang update
May 1, 2017
False alarm. Couldn't repro on arm7. |
a252539783
pushed a commit
to a252539783/aosp-platform-ndk
that referenced
this issue
May 3, 2017
gabi++ is broken for armeabi when built with Clang. Test: ./validate.py --filter test-googletest-full Bug: android/ndk#374 Change-Id: I21589fdb00bbaa35768e63827a5bcaad8a724025 (cherry picked from commit 521f80f)
a252539783
pushed a commit
to a252539783/aosp-platform-ndk
that referenced
this issue
May 3, 2017
gabi++ is broken for armeabi when built with Clang. Test: ./validate.py --filter test-googletest-full Bug: android/ndk#374 Change-Id: I21589fdb00bbaa35768e63827a5bcaad8a724025
Doesn't happen with Oz. |
gabi++ will be gone soon enough, and we don't default to Os any more anyway. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://android.googlesource.com/platform/ndk/+/master/sources/cxx-stl/gabi++/src/cxxabi.cc#135 is segfaulting after we update clang. https://android.googlesource.com/platform/ndk/+/master/sources/cxx-stl/gabi++/src/cxxabi.cc#153 is returning true but still has
free_items_
set toNULL
. Current guess is that we're hitting some undefined behavior and https://android.googlesource.com/platform/ndk/+/master/sources/cxx-stl/gabi++/src/cxxabi.cc#167 is being optimized out, but just marking as broken for now.The text was updated successfully, but these errors were encountered: