Application terminated with this message

hi
my game work fine under win32, but terminated on android.

i am using cocos2d-x-0.12
latest android NDK
latest android SDK
Target: API 8 (android 2.2)
eclipse SDK 3.7.2
and debug on HTC WildFire S with android 2.3.5

How can i find-out what is the problem?

LogCat Say:

08-11 19:05:50.080: D/cocos2d-x debug info(11534): getChildByTag 29999 Failed
08-11 19:05:50.080: D/cocos2d-x debug info(11534): getChildByTag 59999 Failed
08-11 19:05:50.080: D/cocos2d-x debug info(11534): getChildByTag 39999 Failed
08-11 19:05:50.080: D/cocos2d-x debug info(11534): getChildByTag 49999 Failed
08-11 19:05:52.122: D/StatusBarPolicy(9766): onSignalStrengthsChanged
08-11 19:05:52.122: D/StatusBarService(9766): updateIcon slot=phone_signal index=20 viewIndex=13 old=StatusBarIcon(pkg=com.android.systemui id=0x7f0200d4 level=0 visible=true num=0 ) icon=StatusBarIcon(pkg=com.android.systemui id=0x7f0200d4 level=0 visible=true num=0 )
08-11 19:05:54.604: D/cocos2d-x debug info(11534): getChildByTag 40000 Failed
08-11 19:06:00.200: D/dalvikvm(11534): GC_CONCURRENT freed 415K, 49% free 2918K/5703K, external 307K/512K, paused 4ms+7ms
08-11 19:06:05.074: D/cocos2d-x debug info(11534): getChildByTag 40008 Failed
08-11 19:06:05.184: I/DEBUG(5289): ** ** ** ** ** ** ** **
08-11 19:06:05.184: I/DEBUG(5289): Build fingerprint: ‘htc_europe/htc_marvel/marvel:2.3.5/GRJ90/362953.3:user/release-keys’
08-11 19:06:05.184: I/DEBUG(5289): pid: 11534, tid: 11557 >>> Test.Test <<<
08-11 19:06:05.184: I/DEBUG(5289): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
08-11 19:06:05.184: I/DEBUG(5289): r0 00000000 r1 00000000 r2 80a3e0e4 r3 00000000
08-11 19:06:05.184: I/DEBUG(5289): r4 80a3baac r5 80920f89 r6 00633218 r7 419ffff4
08-11 19:06:05.184: I/DEBUG(5289): r8 45a17b10 r9 442bff30 10 00000000 fp 42372bc4
08-11 19:06:05.184: I/DEBUG(5289): ip 80a3bd44 sp 45a179a8 lr afd11074 pc 808b965a cpsr 40000030
08-11 19:06:05.184: I/DEBUG(5289): d0 bfa2b4442c6a6c2f d1 3fc24926de6cfb97
08-11 19:06:05.184: I/DEBUG(5289): d2 bfbc71cae1e0acfb d3 3fd5555723aacecd
08-11 19:06:05.184: I/DEBUG(5289): d4 3f42f68387fffddc d5 bfc9999c68c891b4
08-11 19:06:05.184: I/DEBUG(5289): d6 3f42f174ff26142f d7 3fa5522b82117644
08-11 19:06:05.184: I/DEBUG(5289): d8 0000000000000000 d9 0000000000000000
08-11 19:06:05.184: I/DEBUG(5289): d10 0000000000000000 d11 0000000000000000
08-11 19:06:05.184: I/DEBUG(5289): d12 0000000000000000 d13 0000000000000000
08-11 19:06:05.184: I/DEBUG(5289): d14 0000000000000000 d15 0000000000000000
08-11 19:06:05.184: I/DEBUG(5289): scr 60000012
08-11 19:06:05.295: I/DEBUG(5289): #00 pc 000b965a /mnt/asec/Test.Test-1/lib/libgame.so
08-11 19:06:05.295: I/DEBUG(5289): #01 pc 000b8436 /mnt/asec/Test.Test-1/lib/libgame.so
08-11 19:06:05.295: I/DEBUG(5289): #02 pc 000c3ca2 /mnt/asec/Test.Test-1/lib/libgame.so
08-11 19:06:05.305: I/DEBUG(5289): #03 pc 000c916e /mnt/asec/Test.Test-1/lib/libgame.so
08-11 19:06:05.305: I/DEBUG(5289): #04 pc 000eaefe /mnt/asec/Test.Test-1/lib/libgame.so
08-11 19:06:05.305: I/DEBUG(5289): #05 pc 000ec1e4 /mnt/asec/Test.Test-1/lib/libgame.so
08-11 19:06:05.305: I/DEBUG(5289): #06 pc 0011b764 /mnt/asec/Test.Test-1/lib/libgame.so
08-11 19:06:05.305: I/DEBUG(5289): #07 pc 00018374 /system/lib/libdvm.so
08-11 19:06:05.305: I/DEBUG(5289): #08 pc 00049954 /system/lib/libdvm.so
08-11 19:06:05.305: I/DEBUG(5289): #09 pc 0002a168 /system/lib/libdvm.so
08-11 19:06:05.305: I/DEBUG(5289): code around pc:
08-11 19:06:05.305: I/DEBUG(5289): 808b9638 b0a9b530 447c4cf5 91009001 9b009a01
08-11 19:06:05.305: I/DEBUG(5289): 808b9648 185b49f3 1c191c10 fd50f029 93271c03
08-11 19:06:05.305: I/DEBUG(5289): 808b9658 681b9b27 681b3368 1c109a27 1c034798
08-11 19:06:05.305: I/DEBUG(5289): 808b9668 23011c1a 061b4053 2b000e1b f001d001
08-11 19:06:05.305: I/DEBUG(5289): 808b9678 9b27f91b dd072b00 681b9b27 681b336c
08-11 19:06:05.305: I/DEBUG(5289): code around lr:
08-11 19:06:05.305: I/DEBUG(5289): afd11054 e2506000 0a000019 e5964000 e5967000
08-11 19:06:05.305: I/DEBUG(5289): afd11064 e2144903 1a00000e e5965000 ebffedd5
08-11 19:06:05.305: I/DEBUG(5289): afd11074 e2055a02 e3853001 e1500003 0a000006
08-11 19:06:05.305: I/DEBUG(5289): afd11084 e5865000 e1a00006 e1a01005 e3a02001
08-11 19:06:05.305: I/DEBUG(5289): afd11094 ebfffeac e1a00004 e8bd87f0 e3a00000
08-11 19:06:05.305: I/DEBUG(5289): stack:
08-11 19:06:05.315: I/DEBUG(5289): 45a17968 00000008
08-11 19:06:05.315: I/DEBUG(5289): 45a1796c 45a17928
08-11 19:06:05.315: I/DEBUG(5289): 45a17970 80a43088
08-11 19:06:05.315: I/DEBUG(5289): 45a17974 00000000
08-11 19:06:05.315: I/DEBUG(5289): 45a17978 00000120
08-11 19:06:05.315: I/DEBUG(5289): 45a1797c 45a178dc
08-11 19:06:05.315: I/DEBUG(5289): 45a17980 80a43370
08-11 19:06:05.315: I/DEBUG(5289): 45a17984 80a43730
08-11 19:06:05.315: I/DEBUG(5289): 45a17988 80a43e24
08-11 19:06:05.315: I/DEBUG(5289): 45a1798c 004dd55c
08-11 19:06:05.315: I/DEBUG(5289): 45a17990 00298d60
08-11 19:06:05.315: I/DEBUG(5289): 45a17994 00497374
08-11 19:06:05.315: I/DEBUG(5289): 45a17998 00497378
08-11 19:06:05.315: I/DEBUG(5289): 45a1799c 00298d60
08-11 19:06:05.315: I/DEBUG(5289): 45a179a0 df002777
08-11 19:06:05.315: I/DEBUG(5289): 45a179a4 e3a070ad
08-11 19:06:05.315: I/DEBUG(5289): #00 45a179a8 00000008
08-11 19:06:05.315: I/DEBUG(5289): 45a179ac 005a2868
08-11 19:06:05.315: I/DEBUG(5289): 45a179b0 000052d6
08-11 19:06:05.315: I/DEBUG(5289): 45a179b4 52d5d1b8
08-11 19:06:05.315: I/DEBUG(5289): 45a179b8 00000001
08-11 19:06:05.315: I/DEBUG(5289): 45a179bc afd41498
08-11 19:06:05.315: I/DEBUG(5289): 45a179c0 00000000
08-11 19:06:05.315: I/DEBUG(5289): 45a179c4 44892ca8
08-11 19:06:05.315: I/DEBUG(5289): 45a179c8 00000001
08-11 19:06:05.315: I/DEBUG(5289): 45a179cc 3f800000
08-11 19:06:05.315: I/DEBUG(5289): 45a179d0 3f800000
08-11 19:06:05.315: I/DEBUG(5289): 45a179d4 00000000
08-11 19:06:05.325: I/DEBUG(5289): 45a179d8 3f800000
08-11 19:06:05.325: I/DEBUG(5289): 45a179dc 809f1648 /mnt/asec/Test.Test-1/lib/libgame.so
08-11 19:06:05.325: I/DEBUG(5289): 45a179e0 808e287f /mnt/asec/Test.Test-1/lib/libgame.so
08-11 19:06:05.325: I/DEBUG(5289): 45a179e4 80a3d0e0
08-11 19:06:05.325: I/DEBUG(5289): 45a179e8 442bff30
08-11 19:06:05.325: I/DEBUG(5289): 45a179ec 00000000
08-11 19:06:05.325: I/DEBUG(5289): 45a179f0 00000001
08-11 19:06:05.325: I/DEBUG(5289): 45a179f4 439e2a1e
08-11 19:06:05.325: I/DEBUG(5289): 45a179f8 c2c80000
08-11 19:06:05.325: I/DEBUG(5289): 45a179fc 00527b90
08-11 19:06:05.325: I/DEBUG(5289): 45a17a00 439e2a1e
08-11 19:06:05.325: I/DEBUG(5289): 45a17a04 00635bb0
08-11 19:06:05.325: I/DEBUG(5289): 45a17a08 808b0ab7 /mnt/asec/Test.Test-1/lib/libgame.so
08-11 19:06:05.325: I/DEBUG(5289): 45a17a0c 808b0c53 /mnt/asec/Test.Test-1/lib/libgame.so
08-11 19:06:05.325: I/DEBUG(5289): 45a17a10 00000001
08-11 19:06:05.325: I/DEBUG(5289): 45a17a14 3f800000
08-11 19:06:05.325: I/DEBUG(5289): 45a17a18 3f800000
08-11 19:06:05.325: I/DEBUG(5289): 45a17a1c 00000000
08-11 19:06:05.325: I/DEBUG(5289): 45a17a20 3f800000
08-11 19:06:05.325: I/DEBUG(5289): 45a17a24 809f1648 /mnt/asec/Test.Test-1/lib/libgame.so
08-11 19:06:05.325: I/DEBUG(5289): 45a17a28 808e287f /mnt/asec/Test.Test-1/lib/libgame.so
08-11 19:06:05.325: I/DEBUG(5289): 45a17a2c 80a3d0e0
08-11 19:06:05.325: I/DEBUG(5289): 45a17a30 3f800000
08-11 19:06:05.325: I/DEBUG(5289): 45a17a34 809f1648 /mnt/asec/Test.Test-1/lib/libgame.so
08-11 19:06:05.325: I/DEBUG(5289): 45a17a38 00000001
08-11 19:06:05.325: I/DEBUG(5289): 45a17a3c c2740000
08-11 19:06:05.325: I/DEBUG(5289): 45a17a40 c1e55564
08-11 19:06:05.325: I/DEBUG(5289): 45a17a44 00000000
08-11 19:06:05.325: I/DEBUG(5289): 45a17a48 c2740000
08-11 19:06:05.325: I/DEBUG(5289): 45a17a4c 00000001
08-11 19:06:05.325: I/DEBUG(5289): 45a17a50 80920f89 /mnt/asec/Test.Test-1/lib/libgame.so
08-11 19:06:05.335: I/DEBUG(5289): 45a17a54 808b843b /mnt/asec/Test.Test-1/lib/libgame.so
08-11 19:06:05.335: I/DEBUG(5289): #01 45a17a58 3c89bf9c
08-11 19:06:05.335: I/DEBUG(5289): 45a17a5c 005a2868
08-11 19:06:05.335: I/DEBUG(5289): 45a17a60 43a00000
08-11 19:06:05.335: I/DEBUG(5289): 45a17a64 44700000
08-11 19:06:05.335: I/DEBUG(5289): 45a17a68 44200000
08-11 19:06:05.335: I/DEBUG(5289): 45a17a6c 0063f870
08-11 19:06:05.335: I/DEBUG(5289): 45a17a70 00000014
08-11 19:06:05.335: I/DEBUG(5289): 45a17a74 0063cd00
08-11 19:06:05.335: I/DEBUG(5289): 45a17a78 45a42000
08-11 19:06:05.335: I/DEBUG(5289): 45a17a7c c1e55564
08-11 19:06:05.335: I/DEBUG(5289): 45a17a80 c59f7000
08-11 19:06:05.335: I/DEBUG(5289): 45a17a84 43a00000
08-11 19:06:05.335: I/DEBUG(5289): 45a17a88 c1e55564
08-11 19:06:05.335: I/DEBUG(5289): 45a17a8c 45a42000
08-11 19:06:05.335: I/DEBUG(5289): 45a17a90 3c89bf9c
08-11 19:06:05.335: I/DEBUG(5289): 45a17a94 00000001
08-11 19:06:05.335: I/DEBUG(5289): 45a17a98 00000000
08-11 19:06:05.335: I/DEBUG(5289): 45a17a9c 44892ca8
08-11 19:06:05.335: I/DEBUG(5289): 45a17aa0 442bff38
08-11 19:06:05.335: I/DEBUG(5289): 45a17aa4 808c3ca5 /mnt/asec/Test.Test-1/lib/libgame.so
08-11 19:06:06.085: I/BootReceiver(9179): Copying /data/tombstones/tombstone_06 to DropBox (SYSTEM_TOMBSTONE)
08-11 19:06:06.145: I/WindowManager(9179): WIN DEATH: Window{40ab4550 Test.Test/Test.Test.BeFastOrBeDead paused=false}
08-11 19:06:06.145: I/ActivityManager(9179): Process Test.Test (pid 11534) has died.
08-11 19:06:06.155: E/ActivityManager(9179): fail to set top app changed!
08-11 19:06:06.155: I/WindowManager(9179): WIN DEATH: Window{409cea70 SurfaceView paused=false}

You should use ndk-stack to translate the binary address to function name.
More detail information of ndk-stack you can refer to NDK_ROOT/docs/NDK-STACK.html.