I invoke pjmedia_create_transport from an android JNI, when setting NDK_TOOLCHAIN=arm-linux-androideabi-4.9 the pjsua.so crashed inside the pjmedia_create_transport and when setting NDK_TOOLCHAIN=arm-linux-androideabi-4.8 everything is allright. My pjsip library is compiled with the configure-android script and it used arm-linux-androideabi-4.8 for compiling. I just cannot understand how could the change of compiler trigger the crash of an existing so. Does this mean I cannot compile my own JNI so with arm-linux-androideabi-4.9? environment: Android 4.4W ndk version: android-ndk-r10e-linux-x86_64 -- Zhenhau ? Qu? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20160203/4fa5df48/attachment.html>