@pabitrapadhy wrote:
Hello Developers,
I am facing a runtime crash in Android.
I have seen similar issues while searching over, but none of them has verified response.I am posting the logs here -
I/DEBUG ( 467): pid: 31164, tid: 31164, name: oingup.lifvator >>> com.goingup.lifvator <<< I/DEBUG ( 467): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 I/DEBUG ( 467): r0 00000000 r1 ffa79880 r2 00010004 r3 00000000 I/DEBUG ( 467): r4 b0fabb78 r5 f52f2d60 r6 ffa799b0 r7 ffa79b04 I/DEBUG ( 467): r8 ffa79af0 r9 f7731714 sl 00000001 fp ffa79874 I/DEBUG ( 467): ip b0fabc24 sp ffa79860 lr b0a9f118 pc b0a53fc8 cpsr 600e0010 I/DEBUG ( 467): I/DEBUG ( 467): backtrace: I/DEBUG ( 467): #00 pc 002f5fc8 /data/app/com.goingup.lifvator-1/lib/arm/libcocos2dcpp.so (_JavaVM::GetEnv(void**, int)+28) I/DEBUG ( 467): #01 pc 00341114 /data/app/com.goingup.lifvator-1/lib/arm/libcocos2dcpp.so (cocos2d::JniHelper::cacheEnv(_JavaVM*)+44) I/DEBUG ( 467): #02 pc 0034128c /data/app/com.goingup.lifvator-1/lib/arm/libcocos2dcpp.so (cocos2d::JniHelper::getEnv()+72) I/DEBUG ( 467): #03 pc 0034143c /data/app/com.goingup.lifvator-1/lib/arm/libcocos2dcpp.so (cocos2d::JniHelper::getStaticMethodInfo(cocos2d::JniMethodInfo_&, char const*, char const*, char const*)+72) I/DEBUG ( 467): #04 pc 00345608 /data/app/com.goingup.lifvator-1/lib/arm/libcocos2dcpp.so (cocosplay::lazyInit()+72) I/DEBUG ( 467): #05 pc 0033cc08 /data/app/com.goingup.lifvator-1/lib/arm/libcocos2dcpp.so (cocos2d::FileUtilsAndroid::init()+16) I/DEBUG ( 467): #06 pc 0033ca74 /data/app/com.goingup.lifvator-1/lib/arm/libcocos2dcpp.so (cocos2d::FileUtils::getInstance()+108) I/DEBUG ( 467): #07 pc 00477f58 /data/app/com.goingup.lifvator-1/lib/arm/libcocos2dcpp.so (cocos2d::Console::Console()+3424) I/DEBUG ( 467): #08 pc 00488d68 /data/app/com.goingup.lifvator-1/lib/arm/libcocos2dcpp.so (cocos2d::Director::init()+324) I/DEBUG ( 467): #09 pc 004889dc /data/app/com.goingup.lifvator-1/lib/arm/libcocos2dcpp.so (cocos2d::Director::getInstance()+328) I/DEBUG ( 467): #10 pc 003d3eb0 /data/app/com.goingup.lifvator-1/lib/arm/libcocos2dcpp.so (cocos2d::Node::Node()+968) I/DEBUG ( 467): #11 pc 003b8d30 /data/app/com.goingup.lifvator-1/lib/arm/libcocos2dcpp.so (cocos2d::Layer::Layer()+32) I/DEBUG ( 467): #12 pc 002e7924 /data/app/com.goingup.lifvator-1/lib/arm/libcocos2dcpp.so (DataManager::DataManager()+32) I/DEBUG ( 467): #13 pc 002e7b78 /data/app/com.goingup.lifvator-1/lib/arm/libcocos2dcpp.so (DataManager::getInstance()+80) I/DEBUG ( 467): #14 pc 002f5c74 /data/app/com.goingup.lifvator-1/lib/arm/libcocos2dcpp.so I/DEBUG ( 467): #15 pc 002f5e08 /data/app/com.goingup.lifvator-1/lib/arm/libcocos2dcpp.so I/DEBUG ( 467): #16 pc 000015b9 /system/bin/linker (__dl__ZN6soinfo12CallFunctionEPKcPFvvE+44) I/DEBUG ( 467): #17 pc 0000168d /system/bin/linker (__dl__ZN6soinfo9CallArrayEPKcPPFvvEjb+140) I/DEBUG ( 467): #18 pc 00001863 /system/bin/linker (__dl__ZN6soinfo16CallConstructorsEv+142) I/DEBUG ( 467): #19 pc 0000323f /system/bin/linker (__dl__Z9do_dlopenPKciPK17android_dlextinfo+198) I/DEBUG ( 467): #20 pc 00000f1d /system/bin/linker (__dl__ZL10dlopen_extPKciPK17android_dlextinfo+24) I/DEBUG ( 467): #21 pc 001d27eb /system/lib/libart.so (art::JavaVMExt::LoadNativeLibrary(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, art::Handle<art::mirror::ClassLoader>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*)+506) I/DEBUG ( 467): #22 pc 001f8695 /system/lib/libart.so (art::Runtime_nativeLoad(_JNIEnv*, _jclass*, _jstring*, _jobject*, _jstring*)+528) I/DEBUG ( 467): #23 pc 000797e5 /data/dalvik-cache/arm/system@framework@boot.oat D/AppTracker( 5143): App Event: stop D/AbstractTracker( 5143): Event success I/DEBUG ( 467): I/DEBUG ( 467): Tombstone written to: /data/tombstones/tombstone_05 I/BootReceiver( 1092): Copying /data/tombstones/tombstone_05 to DropBox (SYSTEM_TOMBSTONE) W/ActivityManager( 1092): Force finishing activity 1 com.goingup.lifvator/org.cocos2dx.cpp.AppActivity E/JavaBinder( 1092): !!! FAILED BINDER TRANSACTION !!! W/ActivityManager( 1092): Exception thrown during pause
Has anyone faced the same issue and was able to solve. !!
Thanks in advance.
NOTE:
Cocos2d-x 3.9
NDK-r10c
google play services r27sdkbox plugins : google analytics, facebook, IAP
Posts: 1
Participants: 1