On Thu, Dec 31, 2015 at 1:48 AM, Thiago Macieira <thiago.macie...@intel.com> wrote:
> On Wednesday 30 December 2015 23:05:02 Jason H wrote: > > I'm trying to use a library that uses std::strings. However when the > string > > is assigned, I get a crash at 0xdeadcab1 (see > > > https://android.googlesource.com/platform/ndk/+/bfa632c/sources/cxx-stl/gab > > i++/src/terminate.cc#52) > > That's the std::terminate's default handler. That handler is called when an > exception is thrown but not caught. What exception was thrown? Can you put > a > catch block to see what it was? > > > My .pro android block: > > android { > > QT += androidextras > > LIBS += > > > -L/Users/jhihn/Downloads/android-ndk-r10e/platforms/android-9/arch-arm/usr/ > > lib/ -lstlport_shared > > Why are you using stlport? Can't you use libstdc++ like everyone else does? > For that matter, didn't I read a day or two ago that Android had switched > the > NDK to Clang/LLVM, so libc++ should be the one people would use? > > Obligatory RTFM: http://stackoverflow.com/questions/11662644/compile-ndk-code-using-gnu-libstdc
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest