-
Notifications
You must be signed in to change notification settings - Fork 292
Closed
Milestone
Description
When compiling our app with libc++ runtime and clang, as soon as first native method is called, we get a SIGSEGV with invalid stack trace (stack trace points to file and line number which can be reached only from completely different JNI method).
When using libc++ + GCC, app crashes when attempting to throw c++ exception.
GNU STL + clang and GNU STL + GCC combinations work correctly. We've tested on Samsung Galaxy Ace: armeabi ABI + Android 2.3 (API level 10).