Android Question Fatal Signal 7 and Fatal Signal 11

airblaster

Active Member
Licensed User
Longtime User
The app I'm developing has undergone some semi-major changes recently.
At some point, I seem to have introduced code that produces either Fatal Signal 11, Fatal Signal 7, or no error at all when you try to exit the app.

Before exiting the app, I use Activity_KeyPress to check if the user really wants to quit. If so, the function returns false.
In that case, I'd expect the program to continue in Activity_Pause, which doesn't happen. The program just exits without going there.
If the fatal signal occures, it does so directly after processing the return line from Activity_KeyPress.

The Log file for Fatal Signal 11 looks like this:
ion: Alloc buf base:0x4fcfd000 size:1835008 fd:126


ion: Alloc buf base:0x4438a000 size:4096 fd:127


ion: Mapped buf base:0x73cb6000 size:1835008 offset:0 fd:366
ion: Mapped buf base:0x63219000 size:4096 offset:0 fd:369
ion: Unmap buf base:0x4fcfd000 size:1835008
ion: Unmap buf base:0x4438a000 size:4096
ion: Free buf base:0x0 size:1835008 fd:126
ion: Free buf base:0x0 size:4096 fd:127
ion: Mapped buf base:0x4fcfd000 size:1835008 offset:0 fd:130
ion: Mapped buf base:0x4438a000 size:4096 offset:0 fd:131
ion: Unmap buf base:0x4fcfd000 size:1835008
ion: Unmap buf base:0x4438a000 size:4096
ion: Unmap buf base:0x73cb6000 size:1835008
ion: Unmap buf base:0x63219000 size:4096
Fatal signal 11 (SIGSEGV) at 0x002e0064 (code=1), thread 13724 (.client.android)
acquireWL(4306d760): PARTIAL_WAKE_LOCK ActivityManager-Launch 0x1 2361 1000
Build fingerprint: 'htc/htc_europe/m7:4.3/JSS15J/245412.2:user/release-keys'
Revision: '3'
pid: 13724, tid: 13724, name: .client.android >>> de.neofonie.smas.client.android <<<
debuggerd: checkTellHTCSettings
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 002e0064
Read id1=-1243796867 id2=-217320719, they are start flags. This is HTC header
r0 00000001 r1 64ac4574 r2 6553c600 r3 002e0064


r4 64a401f8 r5 64ac4568 r6 00000000 r7 00000037
r8 64a40240 r9 00000000 sl 00000037 fp 00000001


ip 426286e0 sp beeec328 lr 40a4956d pc 4044b4ba cpsr 200d0030
d0 0000000000000000 d1 0000000000000000
d2 000003e800000000 d3 0000000000000008
d4 0009228000000000 d5 0000000010001000
d6 0000000000000000 d7 0000000000000000
d8 0000000000000000 d9 0000000000000000
d10 0000000000000000 d11 0000000000000000
d12 0000000000000000 d13 0000000000000000
d14 0000000000000000 d15 0000000000000000
d16 0074006900760069 d17 006e0061004d0079
d18 002e006900750067 d19 0070007300690044
d20 004500790061006c d21 0074006e00650076
d22 006e006e006f0043 d23 0069007400630065
d24 bf29e7f85243f954 d25 bfdfffff939b93bf
d26 4010c15240000000 d27 bf56a47c08c7e563
d28 4012d97c7f3321d2 d29 bfe0c151f9990e90
d30 3fd18bc3be7ba803 d31 3f811110896efbb2
scr 68000012

backtrace:
#00 pc 0001a4ba /system/lib/libutils.so (android::Looper::pollInner(int)+593)
#01 pc 0001a56d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#02 pc 0006f3cd /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#03 pc 0002004c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#04 pc 0005689d /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+428)
#05 pc 000294e0 /system/lib/libdvm.so
#06 pc 0002f194 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+232)
#07 pc 0006c3ef /system/lib/libdvm.so (dvmInvokeMethod(Object*, Method const*, ArrayObject*, ArrayObject*, ClassObject*, bool)+350)
#08 pc 00075b3d /system/lib/libdvm.so
#09 pc 000294e0 /system/lib/libdvm.so
#10 pc 0002f194 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+232)
#11 pc 0006c0e5 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
#12 pc 00051e63 /system/lib/libdvm.so
#13 pc 0004eeff /system/lib/libandroid_runtime.so
#14 pc 0005002f /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+522)
#15 pc 000010bb /system/bin/app_process
#16 pc 0000dcd7 /system/lib/libc.so (__libc_init+50)
#17 pc 00000db8 /system/bin/app_process

stack:
beeec2e8 404f57cc /system/lib/libandroid_runtime.so
beeec2ec 41dfaf70
beeec2f0 00000000
beeec2f4 404c138d /system/lib/libandroid_runtime.so (android::MessageQueue::raiseAndClearException(_JNIEnv*, char const*)+16)
beeec2f8 41ed3468
beeec2fc 6553c600
beeec300 00000000
beeec304 41dfaf70
beeec308 00000037
beeec30c 404bb407 /system/lib/libandroid_runtime.so (android::NativeInputEventSender::handleEvent(int, int, void*)+98)
beeec310 6553c600
beeec314 00000037
beeec318 64a401f8
beeec31c 64ac4568
beeec320 df0027ad
beeec324 00000000
#00 beeec328 00000001
beeec32c 00000001
beeec330 00007205
beeec334 4045104c /system/lib/libutils.so
beeec338 4044e378 /system/lib/libutils.so
beeec33c 4044e46f /system/lib/libutils.so
beeec340 0000002c
beeec344 64c4d910
beeec348 00000001
beeec34c 401f197f /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+222)
beeec350 00000037
beeec354 00000000
beeec358 64f8fb88
beeec35c 00000000
beeec360 00000008
beeec364 00000000
........ ........
#01 beeec470 00000000
beeec474 64abef08
beeec478 00000000
beeec47c 41dfaf70
beeec480 6321fde0
beeec484 beeec4a8 [stack]
beeec488 6321fdd8
beeec48c 404c13d1 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+26)
#02 beeec490 00000000
beeec494 41dfaf70
beeec498 63425250 /dev/ashmem/dalvik-LinearAlloc (deleted)
beeec49c 41ed3468
beeec4a0 00000000
beeec4a4 40a18050 /system/lib/libdvm.so (dvmPlatformInvoke+116)



memory near r1:
64ac4554 00000033 4041803f 40418084 612e656c
64ac4564 796c616e 006e0061 00720064 0069006f
64ac4574 002e0064 00000001 68583c49 68583c49
64ac4584 0000003b 006d003f 0049002e 00610050
64ac4594 006b0063 00670061 004d0065 006e0061
64ac45a4 00670061 00000001 68583c49 68583c49
64ac45b4 3924f4a7 00000038 0000001b 633f3850
64ac45c4 00000028 00000000 00000000 00000001
64ac45d4 00000113 00000001 000000f8 00000000
64ac45e4 00000000 41400000 41600000 41200000
64ac45f4 41e80000 41200000 41c00000 41c00000
64ac4604 41b80000 41200000 41300000 41600000
64ac4614 41c00000 4169d000 41b00000 41b00000
64ac4624 41d80000 41200000 41c00000 41b00000
64ac4634 41b00000 41200000 41c00000 41c00000
64ac4644 41200000 41bbb800 41700000 41c00000

memory near r2:
6553c5e0 00000018 0000001b 63644ca0 00000030
6553c5f0 00000000 00000000 00000001 0000003b
6553c600 4050680c 1d30042a 64510790 64abef08
6553c610 40506788 644232a8 00000000 00000007
6553c620 00000008 00000003 40506834 6553c638
6553c630 00000000 00000023 00000002 00000002
6553c640 6553c628 00000000 63262868 4041802c
6553c650 00000020 000008c1 6553c650 6553c650
6553c660 64a99b08 00000000 64a98868 00000006
6553c670 00000000 00000000 00000000 00000000
6553c680 00000000 6553bef8 64a9d790 00000000
6553c690 64a9d870 64a9d8a8 00000000 64a9d850
6553c6a0 00000000 00000000 00000000 00000000
6553c6b0 40737138 00000000 00000000 00000000
6553c6c0 dead10cc 2f674d00 2f514541 66494167
6553c6d0 00000080 0000080a ff7c7a79 ff7c7a79

memory near r3:
002e0044 ffffffff ffffffff ffffffff ffffffff
002e0054 ffffffff ffffffff ffffffff ffffffff
002e0064 ffffffff ffffffff ffffffff ffffffff
002e0074 ffffffff ffffffff ffffffff ffffffff
002e0084 ffffffff ffffffff ffffffff ffffffff
002e0094 ffffffff ffffffff ffffffff ffffffff
002e00a4 ffffffff ffffffff ffffffff ffffffff
002e00b4 ffffffff ffffffff ffffffff ffffffff
002e00c4 ffffffff ffffffff ffffffff ffffffff
002e00d4 ffffffff ffffffff ffffffff ffffffff
002e00e4 ffffffff ffffffff ffffffff ffffffff
002e00f4 ffffffff ffffffff ffffffff ffffffff
002e0104 ffffffff ffffffff ffffffff ffffffff
002e0114 ffffffff ffffffff ffffffff ffffffff
002e0124 ffffffff ffffffff ffffffff ffffffff
002e0134 ffffffff ffffffff ffffffff ffffffff

memory near r4:
64a401d8 006b0072 6e6f0000 6e74625f 00000013
64a401e8 00000001 4041802c 00000010 00000073
64a401f8 40450b90 63263cb8 00000000 00000026
64a40208 0000002c 00000000 404509d0 00000000
64a40218 00000000 00000000 00000010 00000000
64a40228 0000002d 40450a18 64a9bb00 00000004
64a40238 00000000 00000014 40450a88 6553bff0
64a40248 00000000 00000000 00000014 00000000
64a40258 ffffffff 7fffffff 00000038 0000005b
64a40268 00000001 00000040 4073e6f0 6648ff50
64a40278 40510e18 1d30027a 41dfaf10 404c7ca9
64a40288 32300101 6648ff50 00005a40 00000000
64a40298 00000070 00000042 40735da0 00000000
64a402a8 4073e6fc 653f5ca0 00000000 075bcd15
64a402b8 00000000 00000023 00000001 00000001
64a402c8 41e425e4 00000001 2e736501 006b7061

memory near r5:
64ac4548 00000000 00000000 00000005 00000033
64ac4558 4041803f 40418084 612e656c 796c616e
64ac4568 006e0061 00720064 0069006f 002e0064
64ac4578 00000001 68583c49 68583c49 0000003b
64ac4588 006d003f 0049002e 00610050 006b0063
64ac4598 00670061 004d0065 006e0061 00670061
64ac45a8 00000001 68583c49 68583c49 3924f4a7
64ac45b8 00000038 0000001b 633f3850 00000028
64ac45c8 00000000 00000000 00000001 00000113
64ac45d8 00000001 000000f8 00000000 00000000
64ac45e8 41400000 41600000 41200000 41e80000
64ac45f8 41200000 41c00000 41c00000 41b80000
64ac4608 41200000 41300000 41600000 41c00000
64ac4618 4169d000 41b00000 41b00000 41d80000
64ac4628 41200000 41c00000 41b00000 41b00000
64ac4638 41200000 41c00000 41c00000 41200000

memory near r8:
64a40220 00000010 00000000 0000002d 40450a18
64a40230 64a9bb00 00000004 00000000 00000014
64a40240 40450a88 6553bff0 00000000 00000000
64a40250 00000014 00000000 ffffffff 7fffffff


64a40260 00000038 0000005b 00000001 00000040
64a40270 4073e6f0 6648ff50 40510e18 1d30027a
64a40280 41dfaf10 404c7ca9 32300101 6648ff50
64a40290 00005a40 00000000 00000070 00000042
64a402a0 40735da0 00000000 4073e6fc 653f5ca0
64a402b0 00000000 075bcd15 00000000 00000023
64a402c0 00000001 00000001 41e425e4 00000001
64a402d0 2e736501 006b7061 00000020 000003a3
64a402e0 00990483 00010003 000d00c0 00c00000
64a402f0 00010011 001b00c0 00c00000 0000001e
64a40300 002200c0 00c00001 00000029 002d00c0
64a40310 00c00001 00030035 003900c4 00c40043

memory near ip:
426286c0 00000000 00000000 424622b0 00000000
426286d0 00000000 00000000 00000000 00000023
426286e0 4230ab08 00000000 41fdf148 425ed450
426286f0 4244fd20 6553c600 424622b0 0000002b
42628700 41fcef20 00000000 00000000 41fcf640
42628710 00000000 426286e0 42622f60 42628860
42628720 00000000 00000023 41fd8c50 00000000
42628730 00000000 00000000 00000000 426286e0
42628740 0073006c 00000023 41fcb0e0 00000000
42628750 42628768 df7c4952 00000000 0000000f
42628760 00000001 0000003b 41fcb968 00000000
42628770 0000000f 00000000 0065004b 00430079
42628780 00610068 00610072 00740063 00720065
42628790 0061004d 00000070 00000000 00000023
426287a0 41fcb0e0 00000000 426287c0 bc35c205
426287b0 00000000 0000003a 00670065 0000008b

memory near sp:
beeec308 00000037 404bb407 6553c600 00000037
beeec318 64a401f8 64ac4568 df0027ad 00000000
beeec328 00000001 00000001 00007205 4045104c
beeec338 4044e378 4044e46f 0000002c 64c4d910
beeec348 00000001 401f197f 00000037 00000000
beeec358 64f8fb88 00000000 00000008 00000000
beeec368 00000000 401f63e5 64c4d910 00007206
beeec378 00000000 401f1ef5 64f8fb8c 40286300
beeec388 0000003d 401f5921 64f8e908 40418200
beeec398 00000000 401f1ab9 00000066 00000002
beeec3a8 00000000 0000003d 00000011 00000000
beeec3b8 00000000 00000060 00000004 bb6e547f
beeec3c8 64a9c9c0 00000000 64c4d8e0 644254d8
beeec3d8 00000001 64f8e908 00000002 0000003d
beeec3e8 beeec4bc 401f20db 0000003d 64f8e908
beeec3f8 00000000 00000009 41e42550 404465d3

code around pc:
4044b498 692b68c0 68024639 c008f8d2 47e0682a
4044b4a8 4620b918 f7ff4639 68ebfe53 010cf105
4044b4b8 6818b13b 7c0cf850 f7f719d8 f8c5ff98
4044b4c8 f06f900c 36010701 429e6d23 4638d3d7
4044b4d8 e8bdb049 bf008ff0 00005d62 00003080
4044b4e8 0000306a 000030f7 00005d26 00003050
4044b4f8 00003143 00005cf6 00003014 00002ffe
4044b508 000030ba 00002fa2 43f8e92d 46884604
4044b518 461e4615 20009f08 0914f04f 6ce3e011
4044b528 65e11c51 3202fb09 2b006893 6850db09
4044b538 69126811 6028b105 6031b106 603ab1b7
4044b548 6de2e014 429a6d23 b148d3e9 2100b10d
4044b558 b10e6029 60322200 2300b13f e004603b
4044b568 46414620 fe7cf7ff 4603e7eb e8bd4618
4044b578 000083f8 47f3e92d 46071e0e 46994690
4044b588 a028f8dd 4642dc0a a000f8cd 46314638

code around lr:
40a4954c fffffe08 00075d5a 0005781a 00057806
40a4955c 0005c20a 2107b510 68004604 f9a7f00c
40a4956c bd104620 4603b537 460c4d19 46194668
40a4957c f7ff447d b334ffb5 582d4816 7058f505
40a4958c f7ce9001 f505e864 21007052 f7d94622
40a4959c b9a8e9ac 447a4a10 06037810 480fd505
40a495ac 31fff04f f7cd4478 f3c0efe0 b13901c0
40a495bc 2005490b 46234a0b 447a4479 efdaf7cd
40a495cc f7ffa801 4668fec9 ffc4f7ff bf00bd3e
40a495dc 000756c8 fffffe0c 00075cc6 00057786
40a495ec 00057772 0005c1b7 b5374603 a801460d
40a495fc 4c094619 ff74f7ff 447c4808 a8015821
40a4960c 2a00688a f04fbf0c 240034ff f7ff602a
40a4961c 4620ffa1 bf00bd3e 0007563e fffffe08
40a4962c 4601b513 a8014614 ff5af7ff f7cd4620
40a4963c a801efb4 ff8ef7ff b573bd1c 46014616

memory map around fault addr 002e0064:


(no map below)
(no map for address)
40000000-40001000 r--
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
App crashed! Process: de.neofonie.smas.client.android


App crashed! Package: de.neofonie.smas.client.android v40 (3.0)
App crashed! Application Label: Preisvergleich
Copying /data/tombstones/tombstone_01 to DropBox (SYSTEM_TOMBSTONE)
Recipient 13724


WIN DEATH: Window{42d20040 u0 de.neofonie.smas.client.android/de.neofonie.smas.client.android.main}
[Eng]canLogUserProfiling, TellHtc Ui Mode is: normal
channel '42cf3040 de.neofonie.smas.client.android.main (s)' ~ Consumer closed input channel or an error occurred. events=0x9
channel '42cf3040 de.neofonie.smas.client.android.main (s)' ~ Channel is unrecoverably broken and will be disposed!
Attempted to unregister already unregistered input channel '42cf3040 de.neofonie.smas.client.android.main (s)'
Process de.neofonie.smas.client.android (pid 13724) has died.
Scheduling restart of crashed service de.neofonie.smas.client.android/.pushservice in 5000ms
WIN DEATH: Window{42cf3040 u0 de.neofonie.smas.client.android/de.neofonie.smas.client.android.main}
handleTopAppChanged(): The previous AP is died unexpectedly.


getMirrorDisplayStatus:falsecurState:1
[Eng]canLogUserProfiling, TellHtc Ui Mode is: normal
Process 13724 terminated by signal (11)
ion: Alloc buf base:0x4be91000 size:1622016 fd:55
ion: Alloc buf base:0x4438a000 size:4096 fd:119
ion: Mapped buf base:0x748d3000 size:1622016 offset:0 fd:364
ion: Mapped buf base:0x63219000 size:4096 offset:0 fd:365


ion: Alloc buf base:0x55909000 size:8355840 fd:111


ion: Alloc buf base:0x443e2000 size:4096 fd:84
ion: Mapped buf base:0x706a6000 size:8355840 offset:0 fd:81
ion: Mapped buf base:0x4001a000 size:4096 offset:0 fd:82
ion: Alloc buf base:0x568f9000 size:8355840 fd:112


ion: Alloc buf base:0x443f7000 size:4096 fd:118
ion: Mapped buf base:0x726be000 size:8355840 offset:0 fd:84
ion: Mapped buf base:0x400bd000 size:4096 offset:0 fd:85
releaseWL(4306d760): PARTIAL_WAKE_LOCK ActivityManager-Launch 0x1
ion: Unmap buf base:0x50ced000 size:8355840
ion: Unmap buf base:0x442aa000 size:4096
ion: Free buf base:0x0 size:8355840 fd:61
ion: Free buf base:0x0 size:4096 fd:62
ion: Unmap buf base:0x514e5000 size:8355840
ion: Unmap buf base:0x442b1000 size:4096
ion: Free buf base:0x0 size:8355840 fd:80
ion: Free buf base:0x0 size:4096 fd:109
ion: Unmap buf base:0x4baf5000 size:1261568
ion: Unmap buf base:0x44336000 size:4096
ion: Free buf base:0x0 size:1261568 fd:89
ion: Free buf base:0x0 size:4096 fd:104
ion: Unmap buf base:0x4bc29000 size:1261568
ion: Unmap buf base:0x44393000 size:4096
ion: Free buf base:0x0 size:1261568 fd:96
ion: Free buf base:0x0 size:4096 fd:105
ion: Unmap buf base:0x4daf5000 size:8355840
ion: Unmap buf base:0x438f5000 size:4096
ion: Free buf base:0x0 size:8355840 fd:45
ion: Free buf base:0x0 size:4096 fd:73
ion: Unmap buf base:0x4bd5d000 size:1261568
ion: Unmap buf base:0x443a4000 size:4096
ion: Free buf base:0x0 size:1261568 fd:97
ion: Free buf base:0x0 size:4096 fd:103


ion: Alloc buf base:0x4baf5000 size:1622016 fd:45


ion: Alloc buf base:0x438f5000 size:4096 fd:87


ion: Mapped buf base:0x74cac000 size:1622016 offset:0 fd:366
ion: Mapped buf base:0x6336b000 size:4096 offset:0 fd:370
fetchRssiAndLinkSpeedNative RSSI = -58


fetchRssiAndLinkSpeedNative mLinkspeedCount = 2, mLinkspeedSum: 108


ion: Alloc buf base:0x4bc81000 size:1622016 fd:82
ion: Alloc buf base:0x442aa000 size:4096 fd:96
ion: Mapped buf base:0x74e38000 size:1622016 offset:0 fd:372
ion: Mapped buf base:0x64b39000 size:4096 offset:0 fd:375


ion: Alloc buf base:0x4daf5000 size:8355840 fd:73


ion: Alloc buf base:0x442b1000 size:4096 fd:62
ion: Mapped buf base:0x72f04000 size:8355840 offset:0 fd:86
ion: Mapped buf base:0x401ab000 size:4096 offset:0 fd:87


I've been trying to figure out the problem for a few hours now, but didn't find a solution.
Also, it seems to only appear on one of my three testing phones, a HTC One.

Do you have any ideas on what could be the cause?
 

airblaster

Active Member
Licensed User
Longtime User
And the one for Fatal Signal 7 looks like this:
ion: Unmap buf base:0x4bbf5000 size:1622016
ion: Unmap buf base:0x442b1000 size:4096
ion: Free buf base:0x0 size:1622016 fd:80
ion: Free buf base:0x0 size:4096 fd:103
ion: Unmap buf base:0x4bd81000 size:1622016
ion: Unmap buf base:0x442aa000 size:4096
ion: Free buf base:0x0 size:1622016 fd:62
ion: Free buf base:0x0 size:4096 fd:89
ion: Unmap buf base:0x74e38000 size:1622016
ion: Unmap buf base:0x64b39000 size:4096
ion: Unmap buf base:0x4daf5000 size:1622016
ion: Unmap buf base:0x44336000 size:4096
ion: Free buf base:0x0 size:1622016 fd:87
ion: Free buf base:0x0 size:4096 fd:110
fetchRssiAndLinkSpeedNative RSSI = -69
fetchRssiAndLinkSpeedNative mLinkspeedCount = 3, mLinkspeedSum: 108
telephonyManager network type is 8
Fail to get flag string for type 'customer', use default value
Fail to get flag for type 'customer', use default value: 2
Fail to get flag string for type 'language', use default value
Fail to get flag for type 'language', use default value: 0
@test_code: getHtcIntentFlag: 0 obj: 1151806672
>>nativeAcquireCpuPerfWakeLock()
<<nativeAcquireCpuPerfWakeLock()
>>acquire mCpuPerf_cpu_count wakelock
<<acquire mCpuPerf_cpu_count wakelock
>>acquire mCpuPerf_Freq wakelock
<<acquire mCpuPerf_Freq wakelock
START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=de.neofonie.smas.client.android/.main} from pid 14711
acquireWL(43a7f3a8): PARTIAL_WAKE_LOCK ActivityManager-Launch 0x1 2361 1000
[Eng]canLogUserProfiling, TellHtc Ui Mode is: normal
Skip caps drop for debug purpose.
Start proc de.neofonie.smas.client.android for activity de.neofonie.smas.client.android/.main: pid=14722 uid=10010 gids={50010, 1006, 3003, 5012, 3002, 3001, 1028}
ion: Alloc buf base:0x4daf5000 size:8355840 fd:80
ion: Alloc buf base:0x442aa000 size:4096 fd:96
ion: Mapped buf base:0x77203000 size:8355840 offset:0 fd:365
ion: Mapped buf base:0x63219000 size:4096 offset:0 fd:366
getMirrorDisplayStatus:falsecurState:1
[Eng]canLogUserProfiling, TellHtc Ui Mode is: normal
ion: Unmap buf base:0x706a6000 size:8355840
ion: Unmap buf base:0x400bd000 size:4096
ion: Unmap buf base:0x726be000 size:8355840
ion: Unmap buf base:0x40015000 size:4096
ion: Unmap buf base:0x72f04000 size:8355840
ion: Unmap buf base:0x401ab000 size:4096
ion: Unmap buf base:0x568f9000 size:8355840
ion: Unmap buf base:0x438f5000 size:4096
ion: Free buf base:0x0 size:8355840 fd:61
ion: Free buf base:0x0 size:4096 fd:45
ion: Unmap buf base:0x50ced000 size:8355840
ion: Unmap buf base:0x44393000 size:4096
ion: Free buf base:0x0 size:8355840 fd:82
ion: Free buf base:0x0 size:4096 fd:84
<qeglDrvAPI_eglInitialize:316>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_2.6.04.03.00.109.001_msm8960_JB_2.6_CL3908834_release_AU (CL3908834)
OpenGL ES Shader Compiler Version: 17.01.09
Build Date: 07/24/13 Wed
Local Branch: mybranch1299835
Remote Branch: quic/jb_3.1
Local Patches: NONE
Reconstruct Branch: AU_LINUX_ANDROID_JB_2.6.04.03.00.109.001 + NOTHING
Switching to real app window: Window{4305c540 u0 de.neofonie.smas.client.android/de.neofonie.smas.client.android.main}
Disable input method client, pid=3151
Enable input method client, pid=14722
ion: Alloc buf base:0x50ced000 size:8355840 fd:73
ion: Alloc buf base:0x438f5000 size:4096 fd:82
ion: Mapped buf base:0x6d649000 size:8355840 offset:0 fd:57
ion: Mapped buf base:0x400bd000 size:4096 offset:0 fd:58
ion: Alloc buf base:0x4bbf5000 size:1351680 fd:103
ion: Alloc buf base:0x442b1000 size:4096 fd:89
ion: Mapped buf base:0x6e056000 size:1351680 offset:0 fd:60
ion: Mapped buf base:0x401ab000 size:4096 offset:0 fd:61
Displayed de.neofonie.smas.client.android/.main: +332ms
** Activity (main) Create, isFirst = true **
Kategorien Persistence catIDs: null
Kategorien Persistence catNamen: null
Kategorien Persistence catTypen: null
Kategorien Persistence catIndex: null
ion: Unmap buf base:0x55909000 size:8355840
ion: Unmap buf base:0x4438a000 size:4096
ion: Free buf base:0x0 size:8355840 fd:67
ion: Free buf base:0x0 size:4096 fd:105


ion: Unmap buf base:0x6e056000 size:1351680
ion: Unmap buf base:0x401ab000 size:4096
ion: Alloc buf base:0x514e5000 size:8355840 fd:45
ion: Alloc buf base:0x44336000 size:4096 fd:62
ion: Mapped buf base:0x6e5b1000 size:8355840 offset:0 fd:60
ion: Mapped buf base:0x401ab000 size:4096 offset:0 fd:61
ion: Unmap buf base:0x77203000 size:8355840
ion: Unmap buf base:0x63219000 size:4096
ion: Unmap buf base:0x4daf5000 size:8355840
ion: Unmap buf base:0x442aa000 size:4096
ion: Free buf base:0x0 size:8355840 fd:80
ion: Free buf base:0x0 size:4096 fd:96
** Activity (main) Resume **
Thread[main,5,main]: Need to call initialize() and be in fallback mode to start dispatch.
Thread[main,5,main]: ExceptionReporter created, original handler is anywheresoftware.b4a.BA$1
Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@42fd4760 attribute=null, token = android.os.BinderProxy@4338e050, client pid=14722, inputType=0x(null)
ion: Alloc buf base:0x4daf5000 size:8355840 fd:55
ion: Alloc buf base:0x442aa000 size:4096 fd:68
ion: Mapped buf base:0x6eda9000 size:8355840 offset:0 fd:62
ion: Mapped buf base:0x40019000 size:4096 offset:0 fd:63
startService: class de.neofonie.smas.client.android.pushservice
** Service (pushservice) Create **
** Service (pushservice) Start **
releaseWL(43a7f3a8): PARTIAL_WAKE_LOCK ActivityManager-Launch 0x1
ion: Unmap buf base:0x4bbf5000 size:1351680
ion: Unmap buf base:0x442b1000 size:4096
ion: Free buf base:0x0 size:1351680 fd:103
ion: Free buf base:0x0 size:4096 fd:89
[NET] getaddrinfo+,hn 26(0x616e64726f6964),sn(),family 0,flags 4
[NET] getaddrinfo-,err=8
[NET] getaddrinfo+,hn 26(0x616e64726f6964),sn(),family 0,flags 1024
[NET] getaddrinfo-, 1
[NET] getaddrinfo_proxy+
[NET] getaddrinfo+,hn 26(0x616e64726f6964),sn(),family 0,flags 1024
[NET]_dns_getaddrinfo+ interface=
+++++ res_nsend xid =39b5 +++++
[NET]res_queryN: exit 3, ancount=12
[NET]_dns_getaddrinfo-, (NS_SUCCESS)
[NET] getaddrinfo-, SUCCESS
[NET] getaddrinfo_proxy-, success
call createSocket() return a new socket.
[NET] getaddrinfo+,hn 15(0x3137332e313934),sn(),family 0,flags 4
[NET] getaddrinfo-, SUCCESS
[NET] getaddrinfo+,hn 26(0x616e64726f6964),sn(),family 0,flags 4
[NET] getaddrinfo-,err=8
** Service (pushservice) Start **
PushService Registration completed successfully: APA91bFCSpB6MyKeTw-l6a_RLZIyZHPYPKFSR2xHR3TmxxrLUX78hXBlUjE0CGYO2pMNVRSK1ADSWvlnzDhohYSZ-UTQVnweNsewhWnuj5bVMn-SIviUtw7AdXtvhJZ05vzMExvcFffpQWS0rcbq0bJA69LCp0r6f-Y36i7W77Jo5w2DMPHOaOs
>>nativeReleaseCpuPerfWakeLock()
<<nativeReleaseCpuPerfWakeLock()
>>release mCpuPerf_cpu_count wakelock
<<release mCpuPerf_cpu_count wakelock
>>release mCpuPerf_Freq wakelock
<<release mCpuPerf_Freq wakelock
There is no CPU_MIN_NUM to update
There is no CPU_MIN_FREQ to update
Load KCM of non-default device may incur unexpected result
ion: Alloc buf base:0x4bbf5000 size:2568192 fd:91
ion: Alloc buf base:0x442b1000 size:4096 fd:105
ion: Mapped buf base:0x6f6a1000 size:2568192 offset:0 fd:65
ion: Mapped buf base:0x40281000 size:4096 offset:0 fd:66
fetchRssiAndLinkSpeedNative RSSI = -65
fetchRssiAndLinkSpeedNative mLinkspeedCount = 4, mLinkspeedSum: 156
ion: Alloc buf base:0x4fcfd000 size:2568192 fd:84
ion: Alloc buf base:0x4438a000 size:4096 fd:104
ion: Mapped buf base:0x6f914000 size:2568192 offset:0 fd:67
ion: Mapped buf base:0x40355000 size:4096 offset:0 fd:68
ion: Unmap buf base:0x6f6a1000 size:2568192
ion: Unmap buf base:0x40281000 size:4096
ion: Unmap buf base:0x6f914000 size:2568192
ion: Unmap buf base:0x40355000 size:4096
ion: Unmap buf base:0x4bbf5000 size:2568192
ion: Unmap buf base:0x442b1000 size:4096
ion: Free buf base:0x0 size:2568192 fd:91
ion: Free buf base:0x0 size:4096 fd:105
ion: Alloc buf base:0x4bbf5000 size:2568192 fd:91
ion: Alloc buf base:0x442b1000 size:4096 fd:93
ion: Mapped buf base:0x6f5a1000 size:2568192 offset:0 fd:65
ion: Mapped buf base:0x40281000 size:4096 offset:0 fd:66
ion: Unmap buf base:0x6f5a1000 size:2568192


ion: Unmap buf base:0x4fcfd000 size:2568192
ion: Unmap buf base:0x4438a000 size:4096
ion: Free buf base:0x0 size:2568192 fd:84
ion: Free buf base:0x0 size:4096 fd:104
ion: Unmap buf base:0x40281000 size:4096
ion: Alloc buf base:0x4fcfd000 size:1835008 fd:109
ion: Alloc buf base:0x4438a000 size:4096 fd:110
ion: Mapped buf base:0x73cb6000 size:1835008 offset:0 fd:365
ion: Mapped buf base:0x63219000 size:4096 offset:0 fd:366
ion: Unmap buf base:0x4fcfd000 size:1835008
ion: Unmap buf base:0x4438a000 size:4096
ion: Free buf base:0x0 size:1835008 fd:109
ion: Free buf base:0x0 size:4096 fd:110
ion: Mapped buf base:0x4fcfd000 size:1835008 offset:0 fd:119
ion: Mapped buf base:0x4438a000 size:4096 offset:0 fd:120
ion: Unmap buf base:0x4fcfd000 size:1835008
ion: Unmap buf base:0x4438a000 size:4096
ion: Unmap buf base:0x73cb6000 size:1835008
ion: Unmap buf base:0x63219000 size:4096
Fatal signal 7 (SIGBUS) at 0x1d3002b2 (code=1), thread 14722 (.client.android)
Build fingerprint: 'htc/htc_europe/m7:4.3/JSS15J/245412.2:user/release-keys'
Revision: '3'
pid: 14722, tid: 14722, name: .client.android >>> de.neofonie.smas.client.android <<<
debuggerd: checkTellHTCSettings
signal 7 (SIGBUS), code 1 (BUS_ADRALN), fault addr 1d3002b2
acquireWL(42fd5f38): PARTIAL_WAKE_LOCK ActivityManager-Launch 0x1 2361 1000
Read id1=-1243796867 id2=-217320719, they are start flags. This is HTC header
r0 1d3002b2 r1 653f8a8c r2 ffffffff r3 1d3002b2
r4 1d3002b2 r5 655351c8 r6 653f8a8c r7 00000000
r8 64a40240 r9 00000000 sl 00000037 fp 00000001
ip 40450ecc sp beeec318 lr 40443405 pc 40359c70 cpsr 000d0010
d0 0000000000000000 d1 0000000000000000
d2 000003e800000000 d3 0000000000000008
d4 0000000000000000 d5 000000003f371759
d6 435e00003e59b3d0 d7 000000003f800000
d8 0000000000000000 d9 0000000000000000
d10 0000000000000000 d11 0000000000000000
d12 0000000000000000 d13 0000000000000000
d14 0000000000000000 d15 0000000000000000
d16 0074006900760069 d17 006e0061004d0079
d18 002e006900750067 d19 0061007200470049
d20 0063006900680070 d21 0066006600750042
d22 0072005000720065 d23 006300750064006f
d24 8300830083008300 d25 8300830083008300
d26 8300830083008300 d27 8300830083008300
d28 0000000000000000 d29 3ff0000000000000
d30 3ff0000000000000 d31 0000000000000000
scr 28000012

backtrace:
#00 pc 00003c70 /system/lib/libcutils.so (android_atomic_dec+12)
#01 pc 00012401 /system/lib/libutils.so (android::RefBase::decStrong(void const*) const+10)
#02 pc 0001a4c3 /system/lib/libutils.so (android::Looper::pollInner(int)+602)
#03 pc 0001a56d /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
#04 pc 0006f3cd /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
#05 pc 0002004c /system/lib/libdvm.so (dvmPlatformInvoke+112)
#06 pc 0005689d /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+428)
#07 pc 000294e0 /system/lib/libdvm.so
#08 pc 0002f194 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+232)
#09 pc 0006c3ef /system/lib/libdvm.so (dvmInvokeMethod(Object*, Method const*, ArrayObject*, ArrayObject*, ClassObject*, bool)+350)
#10 pc 00075b3d /system/lib/libdvm.so
#11 pc 000294e0 /system/lib/libdvm.so
#12 pc 0002f194 /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+232)
#13 pc 0006c0e5 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+292)
#14 pc 00051e63 /system/lib/libdvm.so
#15 pc 0004eeff /system/lib/libandroid_runtime.so
#16 pc 0005002f /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+522)
#17 pc 000010bb /system/bin/app_process
#18 pc 0000dcd7 /system/lib/libc.so (__libc_init+50)
#19 pc 00000db8 /system/bin/app_process



stack:
beeec2d8 00000000
beeec2dc 40a4a597 /system/lib/libdvm.so
beeec2e0 41dfaf70
beeec2e4 41ed3468
beeec2e8 404f57cc /system/lib/libandroid_runtime.so
beeec2ec 41dfaf70
beeec2f0 00000000
beeec2f4 404c138d /system/lib/libandroid_runtime.so (android::MessageQueue::raiseAndClearException(_JNIEnv*, char const*)+16)
beeec2f8 41ed3468
beeec2fc 697a4708
beeec300 00000000
beeec304 41dfaf70
beeec308 00000037
beeec30c 404bb407 /system/lib/libandroid_runtime.so (android::NativeInputEventSender::handleEvent(int, int, void*)+98)
beeec310 df0027ad
beeec314 00000000
#00 beeec318 64a401f8
........ ........
#01 beeec318 64a401f8
beeec31c 653f8a80
beeec320 00000000
beeec324 4044b4c7 /system/lib/libutils.so (android::Looper::pollInner(int)+606)
#02 beeec328 00000001
beeec32c 00000001
beeec330 00007205
beeec334 4045104c /system/lib/libutils.so
beeec338 4044e378 /system/lib/libutils.so
beeec33c 4044e46f /system/lib/libutils.so
beeec340 0000002c
beeec344 64c4d910
beeec348 00000001
beeec34c 401f197f /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+222)
beeec350 00000037
beeec354 00000000
beeec358 64f8fb88
beeec35c 00000000
beeec360 00000008
beeec364 00000000
........ ........

memory near r0:
1d300290 ffffffff ffffffff ffffffff ffffffff
1d3002a0 ffffffff ffffffff ffffffff ffffffff
1d3002b0 ffffffff ffffffff ffffffff ffffffff
1d3002c0 ffffffff ffffffff ffffffff ffffffff
1d3002d0 ffffffff ffffffff ffffffff ffffffff
1d3002e0 ffffffff ffffffff ffffffff ffffffff
1d3002f0 ffffffff ffffffff ffffffff ffffffff
1d300300 ffffffff ffffffff ffffffff ffffffff
1d300310 ffffffff ffffffff ffffffff ffffffff
1d300320 ffffffff ffffffff ffffffff ffffffff
1d300330 ffffffff ffffffff ffffffff ffffffff
1d300340 ffffffff ffffffff ffffffff ffffffff
1d300350 ffffffff ffffffff ffffffff ffffffff
1d300360 ffffffff ffffffff ffffffff ffffffff
1d300370 ffffffff ffffffff ffffffff ffffffff
1d300380 ffffffff ffffffff ffffffff ffffffff

memory near r1:
653f8a6c 00000043 401fb3a4 00000017 00000000
653f8a7c 00000001 00000000 00000000 401fb258
653f8a8c 655351c8 00000001 00000000 00000010
653f8a9c 00740069 41cf1048 401fb40c 653f8ab0
653f8aac 0000001b 00000001 00000001 653f8aa4
653f8abc 00000001 632053c0 0000001b 40506f18
653f8acc 65535210 40506dc8 64426248 00000000
653f8adc 0000001b 64f95af0 00000000 0000005c
653f8aec 653f8c88 00000018 0000004b 00000001
653f8afc 00000051 00000143 00000016 00000025
653f8b0c 3da20000 3f218000 3dce0000 3f340000
653f8b1c 00000046 001b0000 00000000 00000002
653f8b2c ffffffdc 00000000 00000000 645e4e00
653f8b3c 0000001b 633c5888 0000001c 00000000
653f8b4c 00000000 00000015 0000005b 00000001
653f8b5c 00000040 666f7365 72617774 40510e18

memory near r3:
1d300290 ffffffff ffffffff ffffffff ffffffff
1d3002a0 ffffffff ffffffff ffffffff ffffffff
1d3002b0 ffffffff ffffffff ffffffff ffffffff
1d3002c0 ffffffff ffffffff ffffffff ffffffff
1d3002d0 ffffffff ffffffff ffffffff ffffffff
1d3002e0 ffffffff ffffffff ffffffff ffffffff
1d3002f0 ffffffff ffffffff ffffffff ffffffff
1d300300 ffffffff ffffffff ffffffff ffffffff
1d300310 ffffffff ffffffff ffffffff ffffffff
1d300320 ffffffff ffffffff ffffffff ffffffff
1d300330 ffffffff ffffffff ffffffff ffffffff
1d300340 ffffffff ffffffff ffffffff ffffffff
1d300350 ffffffff ffffffff ffffffff ffffffff


1d300360 ffffffff ffffffff ffffffff ffffffff
1d300370 ffffffff ffffffff ffffffff ffffffff
1d300380 ffffffff ffffffff ffffffff ffffffff

memory near r4:
1d300290 ffffffff ffffffff ffffffff ffffffff
1d3002a0 ffffffff ffffffff ffffffff ffffffff
1d3002b0 ffffffff ffffffff ffffffff ffffffff
1d3002c0 ffffffff ffffffff ffffffff ffffffff
1d3002d0 ffffffff ffffffff ffffffff ffffffff
1d3002e0 ffffffff ffffffff ffffffff ffffffff
1d3002f0 ffffffff ffffffff ffffffff ffffffff
1d300300 ffffffff ffffffff ffffffff ffffffff
1d300310 ffffffff ffffffff ffffffff ffffffff
1d300320 ffffffff ffffffff ffffffff ffffffff
1d300330 ffffffff ffffffff ffffffff ffffffff
1d300340 ffffffff ffffffff ffffffff ffffffff
1d300350 ffffffff ffffffff ffffffff ffffffff
1d300360 ffffffff ffffffff ffffffff ffffffff
1d300370 ffffffff ffffffff ffffffff ffffffff
1d300380 ffffffff ffffffff ffffffff ffffffff

memory near r5:
655351a8 0061006c 00450079 00000038 0000005a
655351b8 00000001 00000040 00630065 00690074
655351c8 40510e18 1d3002b2 41dfaf10 404c7ca9
655351d8 00000001 00000203 00000000 00000049
655351e8 00000000 00000000 00000000 00000000
655351f8 00000000 00000031 644235e8 4041804c
65535208 645e4410 00000023 00000001 00000001
65535218 653f8ac8 00000000 00000000 00000000
65535228 00000020 0000009b 645e4388 00000001
65535238 42840000 00000000 00000000 3f800000
65535248 00000000 00000000 00000001 3f800000
65535258 00000000 00000000 00000000 3f800000
65535268 00000000 00000000 00000000 3f800000
65535278 00000010 3f800000 00000000 00000000
65535288 00000000 3f800000 00000000 00000000
65535298 00000000 3f800000 00000010 410cfb88

memory near r6:
653f8a6c 00000043 401fb3a4 00000017 00000000
653f8a7c 00000001 00000000 00000000 401fb258
653f8a8c 655351c8 00000001 00000000 00000010
653f8a9c 00740069 41cf1048 401fb40c 653f8ab0
653f8aac 0000001b 00000001 00000001 653f8aa4
653f8abc 00000001 632053c0 0000001b 40506f18
653f8acc 65535210 40506dc8 64426248 00000000
653f8adc 0000001b 64f95af0 00000000 0000005c
653f8aec 653f8c88 00000018 0000004b 00000001
653f8afc 00000051 00000143 00000016 00000025
653f8b0c 3da20000 3f218000 3dce0000 3f340000
653f8b1c 00000046 001b0000 00000000 00000002
653f8b2c ffffffdc 00000000 00000000 645e4e00
653f8b3c 0000001b 633c5888 0000001c 00000000
653f8b4c 00000000 00000015 0000005b 00000001
653f8b5c 00000040 666f7365 72617774 40510e18

memory near r8:
64a40220 00000010 00000000 0000002d 40450a18
64a40230 64b477e8 00000004 00000000 00000014
64a40240 40450a88 649f1c08 00000000 00000000
64a40250 00000014 00000000 ffffffff 7fffffff
64a40260 00000038 0000005b 00000001 00000040
64a40270 4073e6f0 6648ff50 40510e18 1d30027a
64a40280 41dfaf10 404c7ca9 32300101 6648ff50
64a40290 00005a40 00000000 00000070 00000042
64a402a0 40735da0 00000000 4073e6fc 653f5ca0
64a402b0 00000000 075bcd15 00000000 00000023
64a402c0 00000001 00000001 41e425e4 00000001
64a402d0 2e736501 006b7061 00000020 000003a3
64a402e0 00990483 00010003 000d00c0 00c00000
64a402f0 00010011 001b00c0 00c00000 0000001e
64a40300 002200c0 00c00001 00000029 002d00c0
64a40310 00c00001 00030035 003900c4 00c40043

memory near ip:
40450eac 403e63d4 404044b9 40405900 404045ec
40450ebc 403e82e4 403f0689 403f1db1 40359c24
40450ecc 40359c64 40359bfc 40359ca8 403e64d4
40450edc 403ef12d 403f24a9 403f244d 403f22d9
40450eec 4042e927 4042e919 403ef8e1 403e5e40
40450efc 403f78c5 403f6bad 403e62a4 403f22ad
40450f0c 403ddcd1 403ddecd 4035b245 403ecc39
40450f1c 403dd60d 403dd635 403dd67d 403d7c8c
40450f2c 403dd627 403e6128 403e6008 403d9900
40450f3c 4035b5bd 403dd999 403f6a3b 403d9694


40450f4c 403d98a4 403d9990 403d96d4 403d96f0
40450f5c 403e6d6c 403e6cec 404046b4 40404790
40450f6c 403e69d0 403e61d0 403f6d19 403d8b51
40450f7c 403e8288 400a0488 400a0714 400a2470
40450f8c 403e61f0 403e6a50 403e6210 403eb841
40450f9c 403ec9b9 403ec289 403eb151 403eb185

memory near sp:
beeec2f8 41ed3468 697a4708 00000000 41dfaf70
beeec308 00000037 404bb407 df0027ad 00000000
beeec318 64a401f8 653f8a80 00000000 4044b4c7
beeec328 00000001 00000001 00007205 4045104c
beeec338 4044e378 4044e46f 0000002c 64c4d910
beeec348 00000001 401f197f 00000037 00000000
beeec358 64f8fb88 00000000 00000008 00000000
beeec368 00000000 401f63e5 64c4d910 00007206
beeec378 00000000 401f1ef5 64f8fb8c 40286300
beeec388 beeec3ac 40ac4650 40ac49bc 40a4936f
beeec398 beeec3bc 42353780 40ac4650 40a4936f
beeec3a8 beeec3bc 40a493db 42353780 41ed3468
beeec3b8 40ac49cc beeec3d4 40a4b383 40a4956d
beeec3c8 c0400021 40a4b3a7 41dfaf70 41ed3468
beeec3d8 beeec40c 404d133b beeec438 00000000
beeec3e8 00000001 404d2481 00000000 653f8e30

code around pc:
40359c50 e2801001 e1832f91 e3520000 1afffffa
40359c60 e12fff1e e1a03000 f57ff05f e3e02000
40359c70 e1930f9f e080c002 e1831f9c e3510000
40359c80 1afffffa e12fff1e e1a03000 f57ff05f
40359c90 e1910f9f e000c003 e1812f9c e3520000
40359ca0 1afffffa e12fff1e e1a03000 f57ff05f
40359cb0 e1910f9f e180c003 e1812f9c e3520000
40359cc0 1afffffa e12fff1e 4605b538 42a16884
40359cd0 f06fdd28 2c004340 2404bf08 bfd84299
40359ce0 dd0c4618 30fff04f 0062bd38 db0442a2
40359cf0 bfb44282 46044614 4664e001 428ce7ff
40359d00 4c40f06f 4564dbf1 6828d8ec b91800a1
40359d10 f7ff4608 e001ec0a ec0cf7ff d0e12800
40359d20 602860ac bd382000 210c2001 b944f007
40359d30 4604b510 f7ff6800 4620ec0a 4010e8bd
40359d40 b942f007 460eb570 46046845 f7ff1c69

code around lr:
404433e4 07c268e0 68a0d504 6801b110 4790684a
404433f4 b570bd38 68444605 4620460e ee14f7fc
40443404 d10b2801 463168a0 68da6803 68e04790
40443414 d40307c0 46286829 4798684b 46314620
40443424 4070e8bd bfc2f7ff 4604b570 460e3004
40443434 ed64f7fc 2d006825 68e3dc03 d50b07db
40443444 f1b5e00d d12e5f80 4628e7f7 46221c69
40443454 edf0f7fc 6825b170 dcf62d00 68a0e02b
40443464 68014632 2101690b b3204798 f7fc4620
40443474 4605ed46 3d014813 d8044285 463168a0
40443484 68d36802 68204798 4570f06f f100e008
40443494 46224170 edcef7fc 2001b908 6820bd70
404434a4 dcf442a8 4628e7f9 46221c69 edc2f7fc
404434b4 d1bf2800 4620e7e7 f7ff4631 2000ff77
404434c4 bf00bd70 0ffffffe 4605b570 f8554606
404434d4 e00b4f04 1c614620 f7fc462a b920edac

memory map around fault addr 1d3002b2:
(no map below)
(no map for address)
40000000-40001000 r--
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
ion: Unmap buf base:0x4bbf5000 size:2568192
ion: Unmap buf base:0x442b1000 size:4096
ion: Free buf base:0x0 size:2568192 fd:91
ion: Free buf base:0x0 size:4096 fd:93
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
App crashed! Process: de.neofonie.smas.client.android
App crashed! Package: de.neofonie.smas.client.android v40 (3.0)


App crashed! Application Label: Preisvergleich
Copying /data/tombstones/tombstone_06 to DropBox (SYSTEM_TOMBSTONE)
Recipient 14722
WIN DEATH: Window{4305c540 u0 de.neofonie.smas.client.android/de.neofonie.smas.client.android.main}
WIN DEATH: Window{43110930 u0 de.neofonie.smas.client.android/de.neofonie.smas.client.android.main}
[Eng]canLogUserProfiling, TellHtc Ui Mode is: normal
handleTopAppChanged(): The previous AP is died unexpectedly.
getMirrorDisplayStatus:falsecurState:1
[Eng]canLogUserProfiling, TellHtc Ui Mode is: normal
Process de.neofonie.smas.client.android (pid 14722) has died.
Scheduling restart of crashed service de.neofonie.smas.client.android/.pushservice in 5000ms
Process 14722 terminated by signal (7)
ion: Alloc buf base:0x4bbf5000 size:1622016 fd:89
ion: Alloc buf base:0x442b1000 size:4096 fd:93
ion: Mapped buf base:0x748d3000 size:1622016 offset:0 fd:364
ion: Mapped buf base:0x63219000 size:4096 offset:0 fd:365
ion: Alloc buf base:0x55909000 size:8355840 fd:91
ion: Alloc buf base:0x4438a000 size:4096 fd:80
ion: Mapped buf base:0x706a6000 size:8355840 offset:0 fd:81
ion: Mapped buf base:0x4005d000 size:4096 offset:0 fd:82
ion: Alloc buf base:0x568f9000 size:8355840 fd:61
ion: Alloc buf base:0x44393000 size:4096 fd:84
ion: Mapped buf base:0x726be000 size:8355840 offset:0 fd:84
ion: Mapped buf base:0x400bd000 size:4096 offset:0 fd:85
releaseWL(42fd5f38): PARTIAL_WAKE_LOCK ActivityManager-Launch 0x1
ion: Unmap buf base:0x50ced000 size:8355840
ion: Unmap buf base:0x438f5000 size:4096
ion: Free buf base:0x0 size:8355840 fd:73
ion: Free buf base:0x0 size:4096 fd:82
ion: Unmap buf base:0x514e5000 size:8355840
ion: Unmap buf base:0x44336000 size:4096
ion: Free buf base:0x0 size:8355840 fd:45
ion: Free buf base:0x0 size:4096 fd:62
ion: Unmap buf base:0x4daf5000 size:8355840
ion: Unmap buf base:0x442aa000 size:4096
ion: Free buf base:0x0 size:8355840 fd:55
ion: Free buf base:0x0 size:4096 fd:68
ion: Alloc buf base:0x4bd81000 size:1622016 fd:55
ion: Alloc buf base:0x438f5000 size:4096 fd:87
ion: Mapped buf base:0x74cac000 size:1622016 offset:0 fd:366
ion: Mapped buf base:0x6336b000 size:4096 offset:0 fd:369
ion: Alloc buf base:0x4daf5000 size:1622016 fd:82
ion: Alloc buf base:0x442aa000 size:4096 fd:107
ion: Mapped buf base:0x74e38000 size:1622016 offset:0 fd:370
ion: Mapped buf base:0x64b39000 size:4096 offset:0 fd:372
ion: Alloc buf base:0x50ced000 size:8355840 fd:62
ion: Alloc buf base:0x44336000 size:4096 fd:68
ion: Mapped buf base:0x72f04000 size:8355840 offset:0 fd:86
ion: Mapped buf base:0x401ab000 size:4096 offset:0 fd:87
fetchRssiAndLinkSpeedNative RSSI = -65
fetchRssiAndLinkSpeedNative mLinkspeedCount = 5, mLinkspeedSum: 204
fetchRssiAndLinkSpeedNative: Update RSSI:-66 and linkspeed:40 in database
updateConnectedAP...
fetchRssiAndLinkSpeedNative RSSI = -64
fetchRssiAndLinkSpeedNative mLinkspeedCount = 1, mLinkspeedSum: 48
fetchRssiAndLinkSpeedNative RSSI = -64


fetchRssiAndLinkSpeedNative mLinkspeedCount = 2, mLinkspeedSum: 96


telephonyManager network type is 8
 
Upvote 0
Top