How to trouble Android signal 11 (SIGSEGV) -
i getting signal 11 (sigsegv) fatal error in android app, not ndk app. looking through logcat file, have no clue how trace down error. error occurs (and app crashes) when push notification opened. there better way debug problem?
here logcat content:
f/libc ( 6556): fatal signal 11 (sigsegv) @ 0x00000000 (code=1), thread 6662 (intentservice[e) d/dalvikvm( 6651): gc_concurrent freed 818k, 22% free 4881k/6232k, paused 1ms+3ms, total 5ms d/dalvikvm( 6651): gc_for_alloc freed 897k, 26% free 4845k/6504k, paused 3ms, total 3ms d/dalvikvm( 6651): gc_for_alloc freed 881k, 26% free 4838k/6504k, paused 3ms, total 3ms i/debug ( 1885): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** i/debug ( 1885): build fingerprint: 'samsung/santos10wifiue/santos10wifi:4.4.2/kot49h/p5210ueu0cnk1:user/release-keys' i/debug ( 1885): revision: '0' i/debug ( 1885): pid: 6556, tid: 6662, name: intentservice[e >>> com.nellymoser.android.vosl <<< i/debug ( 1885): signal 11 (sigsegv), code 1 (segv_maperr), fault addr 00000000 i/multidex( 6651): vm version 1.6.0 not have multidex support i/multidex( 6651): install i/multidex( 6651): multidexextractor.load(/data/app/com.tripadvisor.tripadvisor-4.apk, false) i/multidex( 6651): loading existing secondary dex files i/multidex( 6651): load found 1 secondary dex files i/multidex( 6651): install done w/activitymanager( 2340): permission denial: getcurrentuser() pid=6651, uid=10103 requires android.permission.interact_across_users d/dalvikvm( 6651): gc_concurrent freed 763k, 24% free 4997k/6504k, paused 4ms+2ms, total 8ms d/dalvikvm( 6651): gc_concurrent freed 778k, 22% free 5133k/6504k, paused 1ms+2ms, total 6ms d/dalvikvm( 6651): gc_concurrent freed 857k, 22% free 5191k/6640k, paused 1ms+1ms, total 7ms i/surfaceflinger( 1888): device built-in screen -> ls 0 d/statusbar-networkcontroller( 2539): refreshsignalcluster - setnwboosterindicators(false) d/statusbar-networkcontroller( 2539): refreshsignalcluster: data=-1 bt=false d/statusbar-iconmerger( 2539): checkoverflow(588), more:false, req:false child:3 e/selinux ( 6671): [debug] seapp_context_lookup: seinfocategory = default d/dalvikvm( 6671): process 6671 nice name: com.sec.android.app.samsungapps.una2 d/dalvikvm( 6671): options: not specified i/sensormanagera( 2680): getreportingmode :: sensor.mtype = 1 i/debug ( 1885): eax ffffffff ebx 00000000 ecx 00000008 edx 6735ada0 i/debug ( 1885): esi 00000000 edi 00000008 i/debug ( 1885): xcs 00000073 xds 0000007b xes 0000007b xfs 00000000 xss 0000007b i/debug ( 1885): eip 417674e0 ebp 67943768 esp 67943720 flags 00210246 i/surfaceflinger( 1888): device built-in screen -> ls 0 i/debug ( 1885): i/debug ( 1885): backtrace: i/debug ( 1885): #00 pc 0003a4e0 /system/lib/libssl.so i/debug ( 1885): #01 pc 0000849a /system/lib/libjavacrypto.so i/debug ( 1885): #02 pc 00047042 /system/lib/libssl.so i/debug ( 1885): #03 pc 000201a3 /system/lib/libssl.so i/debug ( 1885): #04 pc 0001ec57 /system/lib/libssl.so i/debug ( 1885): #05 pc 000392bd /system/lib/libssl.so i/debug ( 1885): #06 pc 00015c39 /system/lib/libssl.so i/debug ( 1885): #07 pc 0003bc52 /system/lib/libssl.so i/debug ( 1885): #08 pc 00016b55 /system/lib/libjavacrypto.so i/debug ( 1885): #09 pc 00083335 /system/lib/libdvm.so i/debug ( 1885): #10 pc 00001c6f <unknown> i/debug ( 1885): #11 pc 000e06dc /system/lib/libdvm.so i/debug ( 1885): #12 pc 00237c79 /system/lib/libdvm.so i/debug ( 1885): #13 pc 0000ea53 <unknown> i/debug ( 1885): #14 pc 00098c80 /system/lib/libdvm.so i/debug ( 1885): #15 pc 000948c1 /system/lib/libdvm.so i/debug ( 1885): #16 pc 001144ae /system/lib/libdvm.so i/debug ( 1885): #17 pc 00114877 /system/lib/libdvm.so i/debug ( 1885): #18 pc 000f24b2 /system/lib/libdvm.so i/debug ( 1885): #19 pc 0001c092 /system/lib/libc.so i/debug ( 1885): #20 pc 0004b805 /system/lib/libc.so i/debug ( 1885): #21 pc 000f20ff /system/lib/libdvm.so i/debug ( 1885): #22 pc ffffffff <unknown> i/debug ( 1885): #23 pc 000048df <unknown> i/debug ( 1885): #24 pc 000030cd <unknown> i/debug ( 1885): #25 pc 0000740f <unknown> i/debug ( 1885): #26 pc 000b4dff /system/lib/libandroid_runtime.so i/debug ( 1885): #27 pc 00012f2f /system/lib/libutils.so i/debug ( 1885): #28 pc 000b952f /system/lib/libandroid_runtime.so i/debug ( 1885): #29 pc 000b956f /system/lib/libandroid_runtime.so i/debug ( 1885): #30 pc ffffffff <unknown> i/debug ( 1885): i/debug ( 1885): stack: i/debug ( 1885): 679436e0 401217e0 i/debug ( 1885): 679436e4 5f477486 /system/lib/libjavacrypto.so i/debug ( 1885): 679436e8 413a8e74 /system/lib/libcrypto.so i/debug ( 1885): 679436ec 412c1b37 /system/lib/libcrypto.so i/debug ( 1885): 679436f0 00000006 i/debug ( 1885): 679436f4 00000002 i/debug ( 1885): 679436f8 4135e8e2 /system/lib/libcrypto.so i/debug ( 1885): 679436fc 000001ff i/debug ( 1885): 67943700 00000000 i/debug ( 1885): 67943704 40039000 i/debug ( 1885): 67943708 67943738 [stack:6662] i/debug ( 1885): 6794370c 412fe102 /system/lib/libcrypto.so i/debug ( 1885): 67943710 68fa4480 i/debug ( 1885): 67943714 00000000 i/debug ( 1885): 67943718 4127f509 /system/lib/libcrypto.so i/debug ( 1885): 6794371c 41767478 /system/lib/libssl.so i/debug ( 1885): #00 67943720 67dbe4b0 i/debug ( 1885): 67943724 67dbe4a8 i/debug ( 1885): 67943728 67943798 [stack:6662] i/debug ( 1885): 6794372c 41766818 /system/lib/libssl.so i/debug ( 1885): 67943730 68fdb01d i/debug ( 1885): 67943734 41785a58 /system/lib/libssl.so i/debug ( 1885): 67943738 68fdb01d i/debug ( 1885): 6794373c 00000001 i/debug ( 1885): 67943740 41785a58 /system/lib/libssl.so i/debug ( 1885): 67943744 68fdb01e i/debug ( 1885): 67943748 00000008 i/debug ( 1885): 6794374c 412bce94 /system/lib/libcrypto.so i/debug ( 1885): 67943750 6735af90 i/debug ( 1885): 67943754 40039000 i/debug ( 1885): 67943758 00000190 i/debug ( 1885): 6794375c 6735ada0 i/debug ( 1885): ........ ........ i/debug ( 1885): #01 67943770 679437f8 [stack:6662] i/debug ( 1885): 67943774 679437f7 [stack:6662] i/debug ( 1885): 67943778 68fdb01d i/debug ( 1885): 6794377c 00000012 i/debug ( 1885): 67943780 00000000 i/debug ( 1885): 67943784 ffffffff i/debug ( 1885): 67943788 67dbe4e8 i/debug ( 1885): 6794378c 67dbe4b0 i/debug ( 1885): 67943790 67dbe4b0 i/debug ( 1885): 67943794 413a8e74 /system/lib/libcrypto.so i/debug ( 1885): 67943798 679437c8 [stack:6662] i/debug ( 1885): 6794379c 41785a58 /system/lib/libssl.so i/debug ( 1885): 679437a0 6735ada0 i/debug ( 1885): 679437a4 00000012 i/debug ( 1885): 679437a8 67943818 [stack:6662] i/debug ( 1885): 679437ac 41774043 /system/lib/libssl.so i/debug ( 1885): #02 679437b0 6735ada0 i/debug ( 1885): 679437b4 679437f8 [stack:6662] i/debug ( 1885): 679437b8 679437f7 [stack:6662] i/debug ( 1885): 679437bc 68fdb01d i/debug ( 1885): 679437c0 00000012 i/debug ( 1885): 679437c4 00000000 i/debug ( 1885): 679437c8 67943818 [stack:6662] i/debug ( 1885): 679437cc 41752d80 /system/lib/libssl.so i/debug ( 1885): 679437d0 00000001 i/debug ( 1885): 679437d4 00000001 i/debug ( 1885): 679437d8 68fdb02f i/debug ( 1885): 679437dc 68fdb02b i/debug ( 1885): 679437e0 68fdb019 i/debug ( 1885): 679437e4 68fdb01d i/debug ( 1885): 679437e8 68fdb02f i/debug ( 1885): 679437ec 00000012
update: instance of logcat file when crashed again:
w/gcm-dmm ( 2758): broadcast intent callback: result=cancelled forintent { act=com.google.android.c2dm.intent.receive pkg=com.nellymoser.android.vosl (has extras) } f/libc (15411): fatal signal 11 (sigsegv) @ 0x00000000 (code=1), thread 15518 (intentservice[e) i/debug ( 1886): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** i/debug ( 1886): build fingerprint: 'samsung/santos10wifiue/santos10wifi:4.4.2/kot49h/p5210ueu0cnk1:user/release-keys' i/debug ( 1886): revision: '0' i/debug ( 1886): pid: 15411, tid: 15518, name: intentservice[e >>> com.nellymoser.android.vosl <<< i/debug ( 1886): signal 11 (sigsegv), code 1 (segv_maperr), fault addr 00000000 d/statusbar-networkcontroller( 2542): refreshsignalcluster - setnwboosterindicators(false) d/statusbar-networkcontroller( 2542): refreshsignalcluster: data=-1 bt=false d/statusbar-iconmerger( 2542): checkoverflow(588), more:false, req:false child:4 d/connectivityservice( 2344): handleinetconditionholdend: net=1, condition=100, published condition=100 d/statusbar-networkcontroller( 2542): onreceive() - connectivity_action, inet_condition_action i/surfaceflinger( 1888): device built-in screen -> ls 0 d/statusbar-networkcontroller( 2542): getupdatedatanettype() - mdatanettype:0 d/statusbar-networkcontroller( 2542): updatedatanettype() d/statusbar-networkcontroller( 2542): noservice, mroamingiconid = 0 d/sensorservice( 2344): -0.1 -0.1 10.0 i/debug ( 1886): eax ffffffff ebx 00000000 ecx 00000008 edx 686940c0 i/debug ( 1886): esi 00000000 edi 00000008 i/debug ( 1886): xcs 00000073 xds 0000007b xes 0000007b xfs 00000000 xss 0000007b i/debug ( 1886): eip 417674e0 ebp 6896d768 esp 6896d720 flags 00210246 i/debug ( 1886): i/debug ( 1886): backtrace: i/debug ( 1886): #00 pc 0003a4e0 /system/lib/libssl.so i/debug ( 1886): #01 pc 0000849a /system/lib/libjavacrypto.so i/debug ( 1886): #02 pc 00047042 /system/lib/libssl.so i/debug ( 1886): #03 pc 000201a3 /system/lib/libssl.so i/debug ( 1886): #04 pc 0001ec57 /system/lib/libssl.so i/debug ( 1886): #05 pc 000392bd /system/lib/libssl.so i/debug ( 1886): #06 pc 00015c39 /system/lib/libssl.so i/debug ( 1886): #07 pc 0003bc52 /system/lib/libssl.so i/debug ( 1886): #08 pc 00016b55 /system/lib/libjavacrypto.so i/debug ( 1886): #09 pc 00083335 /system/lib/libdvm.so i/debug ( 1886): #10 pc 0006c48f <unknown> i/debug ( 1886): #11 pc 000e06dc /system/lib/libdvm.so i/debug ( 1886): #12 pc 00237c79 /system/lib/libdvm.so i/debug ( 1886): #13 pc 00012a53 <unknown> i/debug ( 1886): #14 pc 00098c80 /system/lib/libdvm.so i/debug ( 1886): #15 pc 000948c1 /system/lib/libdvm.so i/debug ( 1886): #16 pc 001144ae /system/lib/libdvm.so i/debug ( 1886): #17 pc 00114877 /system/lib/libdvm.so i/debug ( 1886): #18 pc 000f24b2 /system/lib/libdvm.so i/debug ( 1886): #19 pc 0001c092 /system/lib/libc.so i/debug ( 1886): #20 pc 0004b805 /system/lib/libc.so i/debug ( 1886): #21 pc 000f20ff /system/lib/libdvm.so i/debug ( 1886): #22 pc ffffffff <unknown> i/debug ( 1886): #23 pc 000048df <unknown> i/debug ( 1886): #24 pc 00003432 <unknown> i/debug ( 1886): #25 pc 000038cf <unknown> i/debug ( 1886): #26 pc 000b4dff /system/lib/libandroid_runtime.so i/debug ( 1886): #27 pc 00012f2f /system/lib/libutils.so i/debug ( 1886): #28 pc 000b952f /system/lib/libandroid_runtime.so i/debug ( 1886): #29 pc 000b956f /system/lib/libandroid_runtime.so i/debug ( 1886): #30 pc ffffffff <unknown> i/debug ( 1886): i/debug ( 1886): stack: i/debug ( 1886): 6896d6e0 401217e0 i/debug ( 1886): 6896d6e4 5f4aa486 /system/lib/libjavacrypto.so i/debug ( 1886): 6896d6e8 413a8e74 /system/lib/libcrypto.so i/debug ( 1886): 6896d6ec 412c1b37 /system/lib/libcrypto.so i/debug ( 1886): 6896d6f0 00000006 i/debug ( 1886): 6896d6f4 00000002 i/debug ( 1886): 6896d6f8 4135e8e2 /system/lib/libcrypto.so i/debug ( 1886): 6896d6fc 00000000 i/debug ( 1886): 6896d700 69655518 i/debug ( 1886): 6896d704 40039000 i/debug ( 1886): 6896d708 6896d738 [stack:15518] i/debug ( 1886): 6896d70c 412fe102 /system/lib/libcrypto.so i/debug ( 1886): 6896d710 6a1fff80 i/debug ( 1886): 6896d714 00000000 i/debug ( 1886): 6896d718 4127f509 /system/lib/libcrypto.so i/debug ( 1886): 6896d71c 41767478 /system/lib/libssl.so i/debug ( 1886): #00 6896d720 685102e0 i/debug ( 1886): 6896d724 685102d8 i/debug ( 1886): 6896d728 6896d798 [stack:15518] i/debug ( 1886): 6896d72c 41766818 /system/lib/libssl.so i/debug ( 1886): 6896d730 6953404d i/debug ( 1886): 6896d734 41785a58 /system/lib/libssl.so i/debug ( 1886): 6896d738 6953404d i/debug ( 1886): 6896d73c 00000001 i/debug ( 1886): 6896d740 41785a58 /system/lib/libssl.so i/debug ( 1886): 6896d744 6953404e i/debug ( 1886): 6896d748 00000008 i/debug ( 1886): 6896d74c 412bce94 /system/lib/libcrypto.so i/debug ( 1886): 6896d750 68693480 i/debug ( 1886): 6896d754 40039000 i/debug ( 1886): 6896d758 00000190 i/debug ( 1886): 6896d75c 686940c0 i/debug ( 1886): ........ ........ i/debug ( 1886): #01 6896d770 6896d7f8 [stack:15518] i/debug ( 1886): 6896d774 6896d7f7 [stack:15518] i/debug ( 1886): 6896d778 6953404d i/debug ( 1886): 6896d77c 00000012 i/debug ( 1886): 6896d780 00000000 i/debug ( 1886): 6896d784 ffffffff i/debug ( 1886): 6896d788 68510318 i/debug ( 1886): 6896d78c 685102e0 i/debug ( 1886): 6896d790 685102e0 i/debug ( 1886): 6896d794 413a8e74 /system/lib/libcrypto.so i/debug ( 1886): 6896d798 6896d7c8 [stack:15518] i/debug ( 1886): 6896d79c 41785a58 /system/lib/libssl.so i/debug ( 1886): 6896d7a0 686940c0 i/debug ( 1886): 6896d7a4 00000012 i/debug ( 1886): 6896d7a8 6896d818 [stack:15518] i/debug ( 1886): 6896d7ac 41774043 /system/lib/libssl.so i/debug ( 1886): #02 6896d7b0 686940c0 i/debug ( 1886): 6896d7b4 6896d7f8 [stack:15518] i/debug ( 1886): 6896d7b8 6896d7f7 [stack:15518] i/debug ( 1886): 6896d7bc 6953404d i/debug ( 1886): 6896d7c0 00000012 i/debug ( 1886): 6896d7c4 00000000 i/debug ( 1886): 6896d7c8 6896d818 [stack:15518] i/debug ( 1886): 6896d7cc 41752d80 /system/lib/libssl.so i/debug ( 1886): 6896d7d0 00000001 i/debug ( 1886): 6896d7d4 00000001 i/debug ( 1886): 6896d7d8 6953405f i/debug ( 1886): 6896d7dc 6953405b i/debug ( 1886): 6896d7e0 69534049 i/debug ( 1886): 6896d7e4 6953404d i/debug ( 1886): 6896d7e8 6953405f i/debug ( 1886): 6896d7ec 00000012 i/debug ( 1886): ........ ........ i/debug ( 1886): !@dumpstate -k -t -z -d -o /data/log/dumpstate_app_native -m 15411 i/bootreceiver( 2344): copying /data/tombstones/tombstone_00 dropbox (system_tombstone) i/dumpstate(15522): begin d/dalvikvm( 2344): gc_for_alloc freed 454k, 12% free 23948k/27116k, paused 119ms, total 119ms i/dalvikvm-heap( 2344): grow heap (frag case) 24.105mb 131088-byte allocation d/dalvikvm( 2344): gc_for_alloc freed 8k, 12% free 24067k/27248k, paused 96ms, total 97ms d/dalvikvm( 2344): gc_for_alloc freed 10k, 12% free 24074k/27248k, paused 97ms, total 98ms i/dalvikvm-heap( 2344): grow heap (frag case) 24.228mb 131088-byte allocation d/dalvikvm( 2344): gc_for_alloc freed 1k, 12% free 24201k/27380k, paused 121ms, total 121ms i/dalvikvm-heap( 2344): grow heap (frag case) 24.415mb 196628-byte allocation d/dalvikvm( 2344): gc_for_alloc freed 128k, 13% free 24265k/27576k, paused 78ms, total 78ms d/statusbar-networkcontroller( 2542): refreshsignalcluster - setnwboosterindicators(false) d/statusbar-networkcontroller( 2542): refreshsignalcluster: data=-1 bt=false d/statusbar-iconmerger( 2542): checkoverflow(588), more:false, req:false child:4 i/surfaceflinger( 1888): device built-in screen -> ls 0 e/android.os.debug( 2344): !@dumpstate > dumpstate -k -t -z -d -o /data/log/dumpstate_app_error d/dalvikvm( 2344): gc_for_alloc freed 14k, 12% free 24285k/27576k, paused 112ms, total 112ms i/dalvikvm-heap( 2344): grow heap (frag case) 24.434mb 131116-byte allocation i/dumpstate(15528): begin i/dumpstate(15528): dumpstate still running d/dalvikvm( 2344): gc_for_alloc freed 200k, 13% free 24213k/27708k, paused 109ms, total 109ms d/dalvikvm( 2344): gc_for_alloc freed 235k, 13% free 24189k/27708k, paused 103ms, total 103ms i/dalvikvm-heap( 2344): grow heap (frag case) 24.484mb 281896-byte allocation d/dalvikvm( 2344): gc_for_alloc freed <1k, 13% free 24464k/27984k, paused 77ms, total 77ms d/pointericon( 2344): setmouseiconstyle1 pointertype: 1001icontype:101 flag:0 d/pointericon( 2344): setmousecustomicon icontype same.101 d/statusbar-statusbarmanagerservice( 2344): managedisablelist what=0x0 pkg=windowmanager.layoutparams d/keyguardupdatemonitor( 2542): sendkeyguardvisibilitychanged(true) i/keyguardupdatemonitor( 2542): visibility same d/keyguardupdatemonitor( 2542): sendkeyguardvisibilitychanged(true) i/keyguardupdatemonitor( 2542): visibility same i/bootreceiver( 2344): notify system_tombstone filepath:tombstone_00 w/contextimpl( 2344): calling method in system process without qualified user: android.app.contextimpl.sendbroadcast:1501 android.content.contextwrapper.sendbroadcast:377 android.content.contextwrapper.sendbroadcast:377 com.android.server.bootreceiver$2.onevent:333 android.os.fileobserver$observerthread.onevent:125 e/imgsrv ( 1888): :0: pvrdrmopen: tp3, ret = 52 d/keyguardupdatemonitor( 2542): sendkeyguardvisibilitychanged(true) i/keyguardupdatemonitor( 2542): visibility same d/keyguardupdatemonitor( 2542): sendkeyguardvisibilitychanged(true) e/imgsrv ( 1888): :0: pvrdrmopen: tp3, ret = 54 i/keyguardupdatemonitor( 2542): visibility same d/dalvikvm( 2344): gc_for_alloc freed 924k, 13% free 24365k/27984k, paused 84ms, total 84ms d/crashanrdetector( 2344): build: samsung/santos10wifiue/santos10wifi:4.4.2/kot49h/p5210ueu0cnk1:user/release-keys d/crashanrdetector( 2344): hardware: clovertrail d/crashanrdetector( 2344): revision: 0 d/crashanrdetector( 2344): bootloader: p5210ueu0cnh2 d/crashanrdetector( 2344): radio: unknown d/crashanrdetector( 2344): kernel: linux version 3.4.34-2435918 (dpi@swdd5910) (gcc version 4.6 20120106 (prerelease) (gcc) ) #1 smp preempt tue nov 4 17:00:11 kst 2014 d/crashanrdetector( 2344): d/crashanrdetector( 2344): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** d/crashanrdetector( 2344): build fingerprint: 'samsung/santos10wifiue/santos10wifi:4.4.2/kot49h/p5210ueu0cnk1:user/release-keys' d/crashanrdetector( 2344): revision: '0' d/crashanrdetector( 2344): pid: 15411, tid: 15518, name: intentservice[e >>> com.nellymoser.android.vosl <<< d/crashanrdetector( 2344): signal 11 (sigsegv), code 1 (segv_maperr), fault addr 00000000 d/crashanrdetector( 2344): eax ffffffff ebx 00000000 ecx 00000008 edx 686940c0 d/crashanrdetector( 2344): esi 00000000 edi 00000008 d/crashanrdetector( 2344): xcs 00000073 xds 0000007b xes 0000007b xfs 00000000 xss 0000007b d/crashanrdetector( 2344): eip 417674e0 ebp 6896d768 esp 6896d720 flags 00210246 d/crashanrdetector( 2344): d/crashanrdetector( 2344): backtrace: d/crashanrdetector( 2344): #00 pc 0003a4e0 /system/lib/libssl.so d/crashanrdetector( 2344): #01 pc 0000849a /system/lib/libjavacrypto.so d/crashanrdetector( 2344): #02 pc 00047042 /system/lib/libssl.so d/crashanrdetector( 2344): #03 pc 000201a3 /system/lib/libssl.so d/crashanrdetector( 2344): #04 pc 0001ec57 /system/lib/libssl.so d/crashanrdetector( 2344): #05 pc 000392bd /system/lib/libssl.so d/crashanrdetector( 2344): #06 pc 00015c39 /system/lib/libssl.so d/crashanrdetector( 2344): #07 pc 0003bc52 /system/lib/libssl.so d/crashanrdetector( 2344): #08 pc 00016b55 /system/lib/libjavacrypto.so d/crashanrdetector( 2344): #09 pc 00083335 /system/lib/libdvm.so d/crashanrdetector( 2344): #10 pc 0006c48f <unknown> d/crashanrdetector( 2344): #11 pc 000e06dc /system/lib/libdvm.so d/crashanrdetector( 2344): #12 pc 00237c79 /system/lib/libdvm.so d/crashanrdetector( 2344): #13 pc 00012a53 <unknown> d/crashanrdetector( 2344): #14 pc 00098c80 /system/lib/libdvm.so d/crashanrdetector( 2344): #15 pc 000948c1 /system/lib/libdvm.so d/crashanrdetector( 2344): #16 pc 001144ae /system/lib/libdvm.so d/crashanrdetector( 2344): #17 pc 00114877 /system/lib/libdvm.so d/crashanrdetector( 2344): #18 pc 000f24b2 /system/lib/libdvm.so d/crashanrdetector( 2344): #19 pc 0001c092 /system/lib/libc.so d/crashanrdetector( 2344): #20 pc 0004b805 /system/lib/libc.so d/crashanrdetector( 2344): #21 pc 000f20ff /system/lib/libdvm.so d/crashanrdetector( 2344): #22 pc ffffffff <unknown> d/crashanrdetector( 2344): #23 pc 000048df <unknown> d/crashanrdetector( 2344): #24 pc 00003432 <unknown> d/crashanrdetector( 2344): #25 pc 000038cf <unknown> d/crashanrdetector( 2344): #26 pc 000b4dff /system/lib/libandroid_runtime.so d/crashanrdetector( 2344): #27 pc 00012f2f /system/lib/libutils.so d/crashanrdetector( 2344): #28 pc 000b952f /system/lib/libandroid_runtime.so d/crashanrdetector( 2344): #29 pc 000b956f /system/lib/libandroid_runtime.so d/crashanrdetector( 2344): #30 pc ffffffff <unknown> d/crashanrdetector( 2344): d/crashanrdetector( 2344): stack: d/crashanrdetector( 2344): 6896d6e0 401217e0 d/crashanrdetector( 2344): 6896d6e4 5f4aa486 /system/lib/libjavacrypto.so d/crashanrdetector( 2344): 6896d6e8 413a8e74 /system/lib/libcrypto.so d/crashanrdetector( 2344): 6896d6ec 412c1b37 /system/lib/libcrypto.so d/crashanrdetector( 2344): 6896d6f0 00000006 d/crashanrdetector( 2344): 6896d6f4 00000002 d/crashanrdetector( 2344): 6896d6f8 4135e8e2 /system/lib/libcrypto.so d/crashanrdetector( 2344): 6896d6fc 00000000 d/crashanrdetector( 2344): 6896d700 69655518 d/crashanrdetector( 2344): 6896d704 40039000 d/crashanrdetector( 2344): 6896d708 6896d738 [stack:15518] d/crashanrdetector( 2344): 6896d70c 412fe102 /system/lib/libcrypto.so d/crashanrdetector( 2344): 6896d710 6a1fff80 d/crashanrdetector( 2344): 6896d714 00000000 d/crashanrdetector( 2344): 6896d718 4127f509 /system/lib/libcrypto.so d/crashanrdetector( 2344): 6896d71c 41767478 /system/lib/libssl.so d/crashanrdetector( 2344): #00 6896d720 685102e0 d/crashanrdetector( 2344): 6896d724 685102d8 d/crashanrdetector( 2344): 6896d728 6896d798 [stack:15518] d/crashanrdetector( 2344): 6896d72c 41766818 /system/lib/libssl.so d/crashanrdetector( 2344): 6896d730 6953404d d/crashanrdetector( 2344): 6896d734 41785a58 /system/lib/libssl.so d/crashanrdetector( 2344): 6896d738 6953404d d/crashanrdetector( 2344): 6896d73c 00000001 d/crashanrdetector( 2344): 6896d740 41785a58 /system/lib/libssl.so d/crashanrdetector( 2344): 6896d744 6953404e d/crashanrdetector( 2344): 6896d748 00000008 d/crashanrdetector( 2344): 6896d74c 412bce94 /system/lib/libcrypto.so d/crashanrdetector( 2344): 6896d750 68693480 d/crashanrdetector( 2344): 6896d754 40039000 d/crashanrdetector( 2344): 6896d758 00000190 d/crashanrdetector( 2344): 6896d75c 686940c0 d/crashanrdetector( 2344): ........ ........ d/crashanrdetector( 2344): #01 6896d770 6896d7f8 [stack:15518] d/crashanrdetector( 2344): 6896d774 6896d7f7 [stack:15518] d/crashanrdetector( 2344): 6896d778 6953404d d/crashanrdetector( 2344): 6896d77c 00000012 d/crashanrdetector( 2344): 6896d780 00000000 d/crashanrdetector( 2344): 6896d784 ffffffff d/crashanrdetector( 2344): 6896d788 68510318 d/crashanrdetector( 2344): 6896d78c 685102e0 d/crashanrdetector( 2344): 6896d790 685102e0 d/crashanrdetector( 2344): 6896d794 413a8e74 /system/lib/libcrypto.so d/crashanrdetector( 2344): 6896d798 6896d7c8 [stack:15518] d/crashanrdetector( 2344): 6896d79c 41785a58 /system/lib/libssl.so d/crashanrdetector( 2344): 6896d7a0 686940c0 d/crashanrdetector( 2344): 6896d7a4 00000012 d/crashanrdetector( 2344): 6896d7a8 6896d818 [stack:15518] d/crashanrdetector( 2344): 6896d7ac 41774043 /system d/crashanrdetector( 2344): processname:com.nellymoser.android.vosl d/crashanrdetector( 2344): broadcastevent : com.nellymoser.android.vosl system_tombstone w/contextimpl( 2344): calling method in system process without qualified user: android.app.contextimpl.sendbroadcast:1515 com.android.server.analytics.data.collection.application.crashanrdetector.broadcastevent:296 com.android.server.analytics.data.collection.application.crashanrdetector.processdropboxentry:254 com.android.server.analytics.data.collection.application.crashanrdetector.access$100:60 com.android.server.analytics.data.collection.application.crashanrdetector$1.onreceive:102 i/surfaceflinger( 1888): device built-in screen -> ls 0
update: turned out problem caused older version of okhttp library. see here: https://github.com/square/okhttp/issues/184#issuecomment-18772733
after migrating latest okhttp library, problem gone.
Comments
Post a Comment