SIGABRT
#00 pc 00021f90 /system/lib/libc.so (tgkill)
#01 pc 00012fe2 /system/lib/libc.so (pthread_kill)
#02 pc 000131f4 /system/lib/libc.so (raise)
#03 pc 00011f4e /system/lib/libc.so
#04 pc 00021844 /system/lib/libc.so (abort)
#05 pc 001959ce /system/lib/libart.so (_ZN3art7Runtime5AbortEv)
#06 pc 0004293a /system/lib/libart.so (_ZN3art10LogMessageD1Ev)
#07 pc 0004aa5c /system/lib/libart.so
#08 pc 0004b1f4 /system/lib/libart.so (_ZN3art9JniAbortFEPKcS1_z)
#09 pc 0004b292 /system/lib/libart.so
#10 pc 0004e79e /system/lib/libart.so
#11 pc 000544f6 /system/lib/libart.so
#12 pc 002129ca /data/app-lib/com.test.game-1/libgame.so (_ZN7cocos2d8BitmapDC29getBitmapFromJavaShadowStrokeEPKciiNS_7CCImage10ETextAlignES2_ffffbffffbffff)
#13 pc 00212bbe /data/app-lib/com.test.game-1/libgame.so (_ZN7cocos2d7CCImage26initWithStringShadowStrokeEPKciiNS0_10ETextAlignES2_ifffbffffbffff)
#14 pc 002233aa /data/app-lib/com.test.game-1/libgame.so (_ZN7cocos2d11CCTexture2D14initWithStringEPKcPNS_17_ccFontDefinitionE)
#15 pc 001fe7ce /data/app-lib/com.test.game-1/libgame.so (_ZN7cocos2d10CCLabelTTF13updateTextureEv)
#16 pc 001febf8 /data/app-lib/com.test.game-1/libgame.so (_ZN7cocos2d10CCLabelTTF9setStringEPKc)
#17 pc 00144002 /data/app-lib/com.test.game-1/libgame.so
#18 pc 001a56ea /data/app-lib/com.test.game-1/libgame.so
#19 pc 001a7bbe /data/app-lib/com.test.game-1/libgame.so
#20 pc 001a57a8 /data/app-lib/com.test.game-1/libgame.so
#21 pc 001a4314 /data/app-lib/com.test.game-1/libgame.so
#22 pc 001a5052 /data/app-lib/com.test.game-1/libgame.so
#23 pc 001a5896 /data/app-lib/com.test.game-1/libwest.so
#24 pc 001a4d5e /data/app-lib/com.test.game-1/libgame.so (lua_pcall)
#25 pc 00134074 /data/app-lib/com.test.game-1/libgame.so (_ZN7cocos2d10CCLuaStack15executeFunctionEi)
#26 pc 00134000 /data/app-lib/com.test.game-1/libgame.so (_ZN7cocos2d10CCLuaStack24executeFunctionByHandlerEii)
#27 pc 00133bc8 /data/app-lib/com.test.game-1/libgame.so (_ZN7cocos2d11CCLuaEngine22executeLayerTouchEventEPNS_7CCLayerEiPNS_7CCTouchE)
#28 pc 001ffc6e /data/app-lib/com.test.game-1/libgame.so (_ZN7cocos2d7CCLayer24excuteScriptTouchHandlerEiPNS_7CCTouchE)
#29 pc 001ffd1e /data/app-lib/com.test.game-1/libgame.so (_ZN7cocos2d7CCLayer12ccTouchBeganEPNS_7CCTouchEPNS_7CCEventE)
#30 pc 00229cf6 /data/app-lib/com.test.game-1/libgame.so (_ZN7cocos2d17CCTouchDispatcher7touchesEPNS_5CCSetEPNS_7CCEventEj)
#31 pc 00229f72 /data/app-lib/com.test.game-1/libgame.so (_ZN7cocos2d17CCTouchDispatcher12touchesBeganEPNS_5CCSetEPNS_7CCEventE)
java:
java.lang.Thread.getStackTrace(Thread.java:580)
org.cocos2dx.lib.Cocos2dxRe
上面是crash堆栈信息,不是必现的,cocos2d-x版本是2.1.5,从上报的crash记录看,只有android的4.4系统有这个问题,不知道有没有人碰到过?