-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segfault on read/writes? #495
Comments
Thanks for reporting this! Thanks! On Wed, Oct 22, 2014 at 9:11 PM, dshen6 notifications@github.com wrote:
|
Sure! Here are two of my controller classes. It's not a deterministic error; it only happens sometimes. And I marked the methods called with // HEREEE =) Let me know if you need more info. Thanks!
}
----- Other controller class -----
|
So it always crashes in |
It's fairly easy to reproduce, spamming data reloads (on the same 4 user objects every time) will trigger it within 10 seconds. I put logs before each user.set("field"), and it crashes 90% the time only after a realm.commitTransaction. The one time it didn't, it was setting a field, but there was nothing particular about it, just the name (a non-null String). Then, I tried enclosing every user.set("field") operation within a begin/commit transaction, and it crashed at different attributes every time (name, email, username, etc). Seems to be no pattern to it. Keep in mind I am assuming the point at which the program crashes is when the line "Fatal signal 11 (SIGSEGV)" prints to the log. |
I've encountered a similar problem and it was because I was passing both a realm instance and realm results between threads (loading data on the background and sending it over to the main thread). I haven't looked over all the details of the code you posted, but this could be why it is crashing as it seems you are doing some work on background threads with your |
Good input Eduardo! On Fri, Oct 24, 2014 at 6:39 AM, Eduardo Barrenechea <
|
I'll keep that in mind. Thanks for the help guys! |
Here's my models and helper methods:
public class Request extends RealmObject {
private String id;
private String message;
private boolean archived;
private String response;
private long lastActivity;
private int requestState;
// getters and setters
}
public class User extends RealmObject {
}
public class UserUtils {
public static User userFromData(Realm realm, JsonNode data) {
User user = realm.createObject(User.class);
return updateWithData(user, data);
}
}
public class RequestUtils {
public static Request requestFromData(Realm realm, JsonNode data) {
Request request = realm.createObject(Request.class);
return updateWithData(request, realm, data);
}
}
And here are five logs. I think these might be related to read/write locks, but it's pretty hard to tell from just the logs.
10-22 14:14:12.750 25201-25201/com.ekoapp.loop A/libc﹕ Fatal signal 11 (SIGSEGV) at 0x00000480 (code=1), thread 25201 (com.ekoapp.loop)
10-22 14:14:12.850 388-388/? I/DEBUG﹕ Build fingerprint: 'htc/brightstarus_wwe/htc_m8:4.4.3/KTU84L/365360.4:user/release-keys'
10-22 14:14:12.850 388-388/? I/DEBUG﹕ Revision: '0'
10-22 14:14:12.850 388-388/? I/DEBUG﹕ pid: 25201, tid: 25201, name: com.ekoapp.loop >>> com.ekoapp.loop <<<
10-22 14:14:12.850 388-388/? I/DEBUG﹕ debuggerd: checkTellHTCSettings
10-22 14:14:12.850 388-388/? I/DEBUG﹕ signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000480
10-22 14:14:13.050 388-388/? I/DEBUG﹕ r0 78a4deb8 r1 00000000 r2 00000000 r3 00000000
10-22 14:14:13.050 388-388/? I/DEBUG﹕ r4 78a4deb8 r5 00000000 r6 00000000 r7 00000000
10-22 14:14:13.050 388-388/? I/DEBUG﹕ r8 beb80338 r9 41648ca0 sl 419be610 fp beb8034c
10-22 14:14:13.050 388-388/? I/DEBUG﹕ ip 78d8bec1 sp beb80308 lr 78dd64ad pc 78dd6492 cpsr 20070030
10-22 14:14:13.050 388-388/? I/DEBUG﹕ d0 0000000000000000 d1 0000000000000000
10-22 14:14:13.050 388-388/? I/DEBUG﹕ d2 0000000000000000 d3 0000000400000054
10-22 14:14:13.050 388-388/? I/DEBUG﹕ d4 fe8000003f000001 d5 000122e800000000
10-22 14:14:13.050 388-388/? I/DEBUG﹕ d6 0000000000000000 d7 00000000000022ec
10-22 14:14:13.050 388-388/? I/DEBUG﹕ d8 0000000000000000 d9 0000000000000000
10-22 14:14:13.050 25762-25762/? D/MyReportAgent﹕ ReportService [##] onDestroy(), this =com.htc.reportagent.ReportService@41e1d140
10-22 14:14:13.050 388-388/? I/DEBUG﹕ d10 0000000000000000 d11 0000000000000000
10-22 14:14:13.050 388-388/? I/DEBUG﹕ d12 0000000000000000 d13 0000000000000000
10-22 14:14:13.050 388-388/? I/DEBUG﹕ d14 0000000000000000 d15 0000000000000000
10-22 14:14:13.050 388-388/? I/DEBUG﹕ d16 0074006900760069 d17 006e0061004d0079
10-22 14:14:13.050 388-388/? I/DEBUG﹕ d18 0000000000000000 d19 0000000000000000
10-22 14:14:13.050 388-388/? I/DEBUG﹕ d20 0000000000000000 d21 0000000000000000
10-22 14:14:13.050 388-388/? I/DEBUG﹕ d22 ffc0001000002068 d23 0000000b000021ea
10-22 14:14:13.050 388-388/? I/DEBUG﹕ d24 0058005700550056 d25 0059005a005a0059
10-22 14:14:13.050 388-388/? I/DEBUG﹕ d26 0000000000000000 d27 0000000000000000
10-22 14:14:13.050 388-388/? I/DEBUG﹕ d28 0048004700450046 d29 0049004a004a0049
10-22 14:14:13.050 388-388/? I/DEBUG﹕ d30 005a005a005a005a d31 0000000000000000
10-22 14:14:13.050 388-388/? I/DEBUG﹕ scr 28000012
10-22 14:14:13.050 388-388/? I/DEBUG﹕ backtrace:
10-22 14:14:13.050 388-388/? I/DEBUG﹕ #00 pc 00075492 /data/app-lib/com.ekoapp.loop-1/libtightdb-jni.so (tightdb::TableViewBase::outside_version() const+17)
10-22 14:14:13.050 388-388/? I/DEBUG﹕ #1 pc 000754a9 /data/app-lib/com.ekoapp.loop-1/libtightdb-jni.so (tightdb::TableViewBase::is_in_sync() const+12)
10-22 14:14:13.050 388-388/? I/DEBUG﹕ stack:
10-22 14:14:13.050 388-388/? I/DEBUG﹕ beb802c8 00000008
10-22 14:14:13.050 388-388/? I/DEBUG﹕ beb802cc 00000000
10-22 14:14:13.050 388-388/? I/DEBUG﹕ beb802d0 00000008
10-22 14:14:13.050 388-388/? I/DEBUG﹕ beb802d4 000033a0
10-22 14:14:13.050 388-388/? I/DEBUG﹕ beb802d8 00018000
10-22 14:14:13.050 388-388/? I/DEBUG﹕ beb802dc 00000000
10-22 14:14:13.050 388-388/? I/DEBUG﹕ beb802e0 419bd070 [heap]
10-22 14:14:13.050 388-388/? I/DEBUG﹕ beb802e4 419be600 [heap]
10-22 14:14:13.050 388-388/? I/DEBUG﹕ beb802e8 00000000
10-22 14:14:13.050 388-388/? I/DEBUG﹕ beb802ec 41648dac
10-22 14:14:13.050 388-388/? I/DEBUG﹕ beb802f0 beb80338 [stack]
10-22 14:14:13.050 388-388/? I/DEBUG﹕ beb802f4 78d7cf07 /data/app-lib/com.ekoapp.loop-1/libtightdb-jni.so (Java_io_realm_internal_SharedGroup_nativeAdvanceRead+14)
10-22 14:14:13.050 388-388/? I/DEBUG﹕ beb802f8 41648e34
10-22 14:14:13.050 388-388/? I/DEBUG﹕ beb802fc 419be610 [heap]
10-22 14:14:13.050 388-388/? I/DEBUG﹕ beb80300 beb8034c [stack]
10-22 14:14:13.050 388-388/? I/DEBUG﹕ beb80304 4009d750 /system/lib/libc.so (__gnu_ldivmod_helper+24)
10-22 14:14:13.050 388-388/? I/DEBUG﹕ #00 beb80308 78dd6603 /data/app-lib/com.ekoapp.loop-1/libtightdb-jni.so (tightdb::TableViewBase::sync_if_needed() const)
10-22 14:14:13.050 388-388/? I/DEBUG﹕ ........ ........
10-22 14:14:13.050 388-388/? I/DEBUG﹕ #1 beb80308 78dd6603 /data/app-lib/com.ekoapp.loop-1/libtightdb-jni.so (tightdb::TableViewBase::sync_if_needed() const)
10-22 14:14:13.050 388-388/? I/DEBUG﹕ beb8030c 78a51410 [anon:libc_malloc]
10-22 14:14:13.050 388-388/? I/DEBUG﹕ beb80310 419bd070 [heap]
10-22 14:14:13.050 388-388/? I/DEBUG﹕ beb80314 00000000
10-22 14:14:13.050 388-388/? I/DEBUG﹕ beb80318 41648ca8
10-22 14:14:13.060 388-388/? I/DEBUG﹕ beb8031c 78dd660b /data/app-lib/com.ekoapp.loop-1/libtightdb-jni.so (tightdb::TableViewBase::sync_if_needed() const+8)
10-22 14:14:13.060 388-388/? I/DEBUG﹕ beb80320 78a51410 [anon:libc_malloc]
10-22 14:14:13.060 388-388/? I/DEBUG﹕ beb80324 78d8bed1 /data/app-lib/com.ekoapp.loop-1/libtightdb-jni.so (Java_io_realm_internal_TableView_nativeSize+16)
10-22 14:14:13.060 388-388/? I/DEBUG﹕ beb80328 6dcac518 /dev/ashmem/dalvik-LinearAlloc (deleted)
10-22 14:14:13.060 388-388/? I/DEBUG﹕ beb8032c 419be600 [heap]
10-22 14:14:13.060 388-388/? I/DEBUG﹕ beb80330 00000003
10-22 14:14:13.060 388-388/? I/DEBUG﹕ beb80334 41581a50 /system/lib/libdvm.so (dvmPlatformInvoke+116)
10-22 14:14:13.060 388-388/? I/DEBUG﹕ beb80338 41648c9c
10-22 14:14:13.060 388-388/? I/DEBUG﹕ beb8033c 00000001
10-22 14:14:13.060 388-388/? I/DEBUG﹕ beb80340 00000000
10-22 14:14:13.060 388-388/? I/DEBUG﹕ beb80344 41e20ae0 /dev/ashmem/dalvik-heap (deleted)
10-22 14:14:13.060 388-388/? I/DEBUG﹕ memory near r0:
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4de98 00000000 00000000 00000000 00000000
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4dea8 00000000 ff000000 00000000 40800000
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4deb8 0b000500 72745bb8 00000005 0000001b
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4dec8 78a4d008 00000054 78a4dfe8 7ad0faf0
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4ded8 00000018 00000053 74213228 41400000
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4dee8 3f800000 00000000 00000000 00000000
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4def8 00000000 00000000 00000000 00000000
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4df08 00000000 00000000 00000000 ff2fca9b
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4df18 00000000 40800000 0b000501 72745bb8
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4df28 00000006 0000001b 75da0878 ffffffff
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4df38 00000000 00000000 00000000 00000053
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4df48 74213228 42400000 3f800000 00000000
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4df58 00000000 00000000 00000000 00000000
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4df68 00000000 00000000 00000000 00000000
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4df78 00000000 ff323232 00000000 40800000
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4df88 0b000501 72745bb8 00000009 00000053
10-22 14:14:13.060 388-388/? I/DEBUG﹕ memory near r4:
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4de98 00000000 00000000 00000000 00000000
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4dea8 00000000 ff000000 00000000 40800000
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4deb8 0b000500 72745bb8 00000005 0000001b
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4dec8 78a4d008 00000054 78a4dfe8 7ad0faf0
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4ded8 00000018 00000053 74213228 41400000
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4dee8 3f800000 00000000 00000000 00000000
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4def8 00000000 00000000 00000000 00000000
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4df08 00000000 00000000 00000000 ff2fca9b
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4df18 00000000 40800000 0b000501 72745bb8
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4df28 00000006 0000001b 75da0878 ffffffff
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4df38 00000000 00000000 00000000 00000053
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4df48 74213228 42400000 3f800000 00000000
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4df58 00000000 00000000 00000000 00000000
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4df68 00000000 00000000 00000000 00000000
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4df78 00000000 ff323232 00000000 40800000
10-22 14:14:13.060 388-388/? I/DEBUG﹕ 78a4df88 0b000501 72745bb8 00000009 00000053
10-22 14:14:13.060 388-388/? I/DEBUG﹕ memory near r8:
10-22 14:14:13.060 388-388/? I/DEBUG﹕ beb80318 41648ca8 78dd660b 78a51410 78d8bed1
10-22 14:14:13.060 388-388/? I/DEBUG﹕ beb80328 6dcac518 419be600 00000003 41581a50
10-22 14:14:13.060 388-388/? I/DEBUG﹕ beb80338 41648c9c 00000001 00000000 41e20ae0
10-22 14:14:13.060 388-388/? I/DEBUG﹕ beb80348 0000001a 415b868d 41648c9c 78bf0a5c
10-22 14:14:13.060 388-388/? I/DEBUG﹕ beb80358 78d8bec1 419be610 416392d8 419be600
10-22 14:14:13.060 388-388/? I/DEBUG﹕ beb80368 00000000 00000000 419be628 400b138c
10-22 14:14:13.060 388-388/? I/DEBUG﹕ beb80378 419be600 7ac72428 00000000 00000008
10-22 14:14:13.060 388-388/? I/DEBUG﹕ beb80388 41632c1c 415ed1fd 419bfe90 beb803d8
10-22 14:14:13.060 388-388/? I/DEBUG﹕ beb80398 62aba396 6d8d5c68 00000000 41df2008
10-22 14:14:13.070 388-388/? I/DEBUG﹕ beb803a8 00000028 00000014 00000014 41df2008
10-22 14:14:13.070 388-388/? I/DEBUG﹕ beb803b8 00000014 00000014 41632c1c 41638df0
10-22 14:14:13.070 388-388/? I/DEBUG﹕ beb803c8 00000001 420c5a98 fffffe4c 420c5a98
10-22 14:14:13.070 388-388/? I/DEBUG﹕ beb803d8 419be500 00000014 00000014 41df2008
10-22 14:14:13.070 388-388/? I/DEBUG﹕ beb803e8 00000014 00000014 41632c1c 41638df0
10-22 14:14:13.070 388-388/? I/DEBUG﹕ beb803f8 0000001a 420c63b0 fffffe4c 420c63b0
10-22 14:14:13.070 388-388/? I/DEBUG﹕ beb80408 419be500 415e5db1 419ceb20 41648cfc
10-22 14:14:13.070 388-388/? I/DEBUG﹕ memory near r9:
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 41648c80 6f50c488 41648cb8 41648cbc 78b45214
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 41648c90 6dcac518 00000006 00000000 24500019
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 41648ca0 78a51410 00000000 41648cdc 78b0d0ac
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 41648cb0 6dcac9e8 78b45214 00000000 78a51410
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 41648cc0 00000000 41e20ae0 41648cfc 416c8c90
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 41648cd0 6dcaaa68 78b0d0ac 00000000 41e20ae0
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 41648ce0 00000000 41e20b00 41648d24 416c8f24
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 41648cf0 6d89e608 416c8c90 00000000 41df3e18
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 41648d00 00000000 420c63b0 04969884 41e20b00
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 41648d10 41648d40 4174bffe 6d89e8b0 416c8f24
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 41648d20 00000000 6d940cc8 41e20b00 41648d80
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 41648d30 6ede9342 6d8a0bc8 4174bffe 00000000
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 41648d40 0000001a 00000000 41648d84 6ede9402
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 41648d50 6d8a0c00 4174c07c 00000000 00000000
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 41648d60 0000001a 41e035e0 41e20b00 41648da4
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 41648d70 78b41212 6db03218 6ede9342 00000000
10-22 14:14:13.070 388-388/? I/DEBUG﹕ memory near sl:
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 419be5f0 00000000 00000800 41640008 0000045b
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 419be600 6ede933e 41648c9c 6dcac9e8 78d25000
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 419be610 41e20ae0 00000000 beb80468 00000000
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 419be620 beb804bc 00000001 00000000 41581bc0
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 419be630 00000000 00000000 6cc36870 41643300
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 419be640 00000000 00000000 00000001 00006000
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 419be650 00000000 40041198 41581bc0 41586b00
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 419be660 00000000 4158abfc 4158ac70 4158ab20
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 419be670 4158ab40 4158ab9c 00000000 00000000
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 419be680 7aaea020 00000028 7cef7bc5 beb80468
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 419be690 6f70bac4 00000006 00001ef4 4163952c
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 419be6a0 00000000 6d8d5c68 00000007 72637380
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 419be6b0 00000001 00000100 00000200 00000000
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 419be6c0 00000001 6ed34c0e 6ed34c0e 00000001
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 419be6d0 6ed42aaa 6d8e3810 0ca249fe 83a861f8
10-22 14:14:13.070 388-388/? I/DEBUG﹕ 419be6e0 364ee47a 38c6f3c4 54c6ecdc 549aec52
10-22 14:14:13.070 388-388/? I/DEBUG﹕ memory near fp:
10-22 14:14:13.070 388-388/? I/DEBUG﹕ beb8032c 419be600 00000003 41581a50 41648c9c
10-22 14:14:13.070 388-388/? I/DEBUG﹕ beb8033c 00000001 00000000 41e20ae0 0000001a
10-22 14:14:13.070 388-388/? I/DEBUG﹕ beb8034c 415b868d 41648c9c 78bf0a5c 78d8bec1
10-22 14:14:13.070 388-388/? I/DEBUG﹕ beb8035c 419be610 416392d8 419be600 00000000
10-22 14:14:13.070 388-388/? I/DEBUG﹕ beb8036c 00000000 419be628 400b138c 419be600
10-22 14:14:13.070 388-388/? I/DEBUG﹕ beb8037c 7ac72428 00000000 00000008 41632c1c
10-22 14:14:13.070 388-388/? I/DEBUG﹕ beb8038c 415ed1fd 419bfe90 beb803d8 62aba396
10-22 14:14:13.070 388-388/? I/DEBUG﹕ beb8039c 6d8d5c68 00000000 41df2008 00000028
10-22 14:14:13.070 388-388/? I/DEBUG﹕ beb803ac 00000014 00000014 41df2008 00000014
10-22 14:14:13.070 388-388/? I/DEBUG﹕ beb803bc 00000014 41632c1c 41638df0 00000001
10-22 14:14:13.070 388-388/? I/DEBUG﹕ beb803cc 420c5a98 fffffe4c 420c5a98 419be500
10-22 14:14:13.070 388-388/? I/DEBUG﹕ beb803dc 00000014 00000014 41df2008 00000014
10-22 14:14:13.070 388-388/? I/DEBUG﹕ beb803ec 00000014 41632c1c 41638df0 0000001a
10-22 14:14:13.070 388-388/? I/DEBUG﹕ beb803fc 420c63b0 fffffe4c 420c63b0 419be500
10-22 14:14:13.070 388-388/? I/DEBUG﹕ beb8040c 415e5db1 419ceb20 41648cfc 419be600
10-22 14:14:13.080 388-388/? I/DEBUG﹕ beb8041c 00000014 420c63b0 41638df0 41632c1c
10-22 14:14:13.080 388-388/? I/DEBUG﹕ memory near ip:
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78d8bea0 000c86fd 000c8828 000c86c3 0103ea52
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78d8beb0 d004b508 6813b11a 685b4610 bd084798
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78d8bec0 461eb570 46056813 46104614 4798691b
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78d8bed0 46284622 f0054633 2200f885 6823b120
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78d8bee0 68db4620 46024798 46102300 bd704619
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78d8bef0 461eb570 46056813 46104614 4798691b
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78d8bf00 46224628 f0054633 b128f86d 21006ba3
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78d8bf10 3234f8d3 bd704618 21002000 b570bd70
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78d8bf20 6813461e 46154604 b0904610 4798691b
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78d8bf30 462a4620 f0054633 b1f0f855 4621a80c
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78d8bf40 f0069a14 9b0cfbcb 6ba8a90e 930e2200
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78d8bf50 700af500 930f9b0d 33fff04f fb20f03d
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78d8bf60 25004604 980c1c43 f04fbf04 f04f34ff
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78d8bf70 b12035ff fe52f0a4 2400e001 46202500
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78d8bf80 b0104629 4605bd70 460e980c f0a4b108
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78d8bf90 4628fe45 e01d4631 f096a807 e7ffff9f
10-22 14:14:13.080 388-388/? I/DEBUG﹕ memory near sp:
10-22 14:14:13.080 388-388/? I/DEBUG﹕ beb802e8 00000000 41648dac beb80338 78d7cf07
10-22 14:14:13.080 388-388/? I/DEBUG﹕ beb802f8 41648e34 419be610 beb8034c 4009d750
10-22 14:14:13.080 388-388/? I/DEBUG﹕ beb80308 78dd6603 78a51410 419bd070 00000000
10-22 14:14:13.080 388-388/? I/DEBUG﹕ beb80318 41648ca8 78dd660b 78a51410 78d8bed1
10-22 14:14:13.080 388-388/? I/DEBUG﹕ beb80328 6dcac518 419be600 00000003 41581a50
10-22 14:14:13.080 388-388/? I/DEBUG﹕ beb80338 41648c9c 00000001 00000000 41e20ae0
10-22 14:14:13.080 388-388/? I/DEBUG﹕ beb80348 0000001a 415b868d 41648c9c 78bf0a5c
10-22 14:14:13.080 388-388/? I/DEBUG﹕ beb80358 78d8bec1 419be610 416392d8 419be600
10-22 14:14:13.080 388-388/? I/DEBUG﹕ beb80368 00000000 00000000 419be628 400b138c
10-22 14:14:13.080 388-388/? I/DEBUG﹕ beb80378 419be600 7ac72428 00000000 00000008
10-22 14:14:13.080 388-388/? I/DEBUG﹕ beb80388 41632c1c 415ed1fd 419bfe90 beb803d8
10-22 14:14:13.080 388-388/? I/DEBUG﹕ beb80398 62aba396 6d8d5c68 00000000 41df2008
10-22 14:14:13.080 388-388/? I/DEBUG﹕ beb803a8 00000028 00000014 00000014 41df2008
10-22 14:14:13.080 388-388/? I/DEBUG﹕ beb803b8 00000014 00000014 41632c1c 41638df0
10-22 14:14:13.080 388-388/? I/DEBUG﹕ beb803c8 00000001 420c5a98 fffffe4c 420c5a98
10-22 14:14:13.080 388-388/? I/DEBUG﹕ beb803d8 419be500 00000014 00000014 41df2008
10-22 14:14:13.080 388-388/? I/DEBUG﹕ code around pc:
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78dd6470 bfe4f045 0007f7b5 0007e3d6 0007f773
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78dd6480 b12b6bc3 f8d36b9b f8d30480 47701484
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78dd6490 f8d36b83 f8d30480 47701484 4604b5f8
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78dd64a0 46206ba5 6710e9d4 ffeaf7ff bf0c2d00
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78dd64b0 35fff04f f8d42500 b955408c 0206ea80
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78dd64c0 0307ea81 0103ea52 2c00d105 2001d1e8
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78dd64d0 2000bdf8 2000bdf8 e92dbdf8 46804ff7
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78dd64e0 4510e9d0 f7ff4689 f108ffcb 46060a04
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78dd64f0 4650460f f7a44649 4074fe82 4683407d
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78dd6500 0038f8d8 f7f94659 ea54fc4b d1040205
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78dd6510 f7ff4640 e9c8ffb5 f8d80110 46403000
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78dd6520 479868db 1e424649 ebc24650 425a0309
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78dd6530 0203eb42 fc5cf7f3 32fff04f 33fff04f
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78dd6540 e9cd4650 465a2300 f7f32300 e8bdfe8f
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78dd6550 6bc38ffe 4604b5f7 2b001d05 4628d049
10-22 14:14:13.080 388-388/? I/DEBUG﹕ 78dd6560 f7f32600 2701fbd0 6be0e00d 36014631
10-22 14:14:13.080 388-388/? I/DEBUG﹕ code around lr:
10-22 14:14:13.090 388-388/? I/DEBUG﹕ 78dd648c 47701484 f8d36b83 f8d30480 47701484
10-22 14:14:13.090 388-388/? I/DEBUG﹕ 78dd649c 4604b5f8 46206ba5 6710e9d4 ffeaf7ff
10-22 14:14:13.090 388-388/? I/DEBUG﹕ 78dd64ac bf0c2d00 35fff04f f8d42500 b955408c
10-22 14:14:13.090 388-388/? I/DEBUG﹕ 78dd64bc 0206ea80 0307ea81 0103ea52 2c00d105
10-22 14:14:13.090 388-388/? I/DEBUG﹕ 78dd64cc 2001d1e8 2000bdf8 2000bdf8 e92dbdf8
10-22 14:14:13.090 388-388/? I/DEBUG﹕ 78dd64dc 46804ff7 4510e9d0 f7ff4689 f108ffcb
10-22 14:14:13.090 388-388/? I/DEBUG﹕ 78dd64ec 46060a04 4650460f f7a44649 4074fe82
10-22 14:14:13.090 388-388/? I/DEBUG﹕ 78dd64fc 4683407d 0038f8d8 f7f94659 ea54fc4b
10-22 14:14:13.090 388-388/? I/DEBUG﹕ 78dd650c d1040205 f7ff4640 e9c8ffb5 f8d80110
10-22 14:14:13.090 388-388/? I/DEBUG﹕ 78dd651c 46403000 479868db 1e424649 ebc24650
10-22 14:14:13.090 388-388/? I/DEBUG﹕ 78dd652c 425a0309 0203eb42 fc5cf7f3 32fff04f
10-22 14:14:13.090 388-388/? I/DEBUG﹕ 78dd653c 33fff04f e9cd4650 465a2300 f7f32300
10-22 14:14:13.090 388-388/? I/DEBUG﹕ 78dd654c e8bdfe8f 6bc38ffe 4604b5f7 2b001d05
10-22 14:14:13.090 388-388/? I/DEBUG﹕ 78dd655c 4628d049 f7f32600 2701fbd0 6be0e00d
10-22 14:14:13.090 388-388/? I/DEBUG﹕ 78dd656c 36014631 f7a43004 f04ffe44 230031ff
10-22 14:14:13.090 388-388/? I/DEBUG﹕ 78dd657c 46029700 f7f44628 6be0fa1e 68db6803
10-22 14:14:13.090 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:14:13.090 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:14:13.100 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:14:13.100 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:14:13.110 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:14:13.120 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:14:13.130 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:14:13.130 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:14:13.140 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:14:13.140 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:14:13.150 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:14:13.160 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:14:13.170 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:14:13.180 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:14:13.190 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:14:13.200 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:14:13.200 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:14:13.210 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:14:13.220 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:14:13.230 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:14:13.240 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:14:13.250 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:14:13.280 962-26563/? E/ActivityManager﹕ App crashed! Process: com.ekoapp.loop
----------LOG 2 --------------
10-22 14:05:34.390 22622-22622/com.ekoapp.loop A/libc﹕ Fatal signal 11 (SIGSEGV) at 0x00000010 (code=1), thread 22622 (com.ekoapp.loop)
10-22 14:05:34.450 388-388/? I/DEBUG﹕ Build fingerprint: 'htc/brightstarus_wwe/htc_m8:4.4.3/KTU84L/365360.4:user/release-keys'
10-22 14:05:34.450 388-388/? I/DEBUG﹕ Revision: '0'
10-22 14:05:34.450 388-388/? I/DEBUG﹕ pid: 22622, tid: 22622, name: com.ekoapp.loop >>> com.ekoapp.loop <<<
10-22 14:05:34.450 388-388/? I/DEBUG﹕ debuggerd: checkTellHTCSettings
10-22 14:05:34.450 388-388/? I/DEBUG﹕ signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000010
10-22 14:05:34.700 388-388/? I/DEBUG﹕ r0 78a4b470 r1 00000000 r2 78a4b988 r3 00000000
10-22 14:05:34.700 388-388/? I/DEBUG﹕ r4 78a4b7b8 r5 78a4b7bc r6 78a4d8f0 r7 41648ca8
10-22 14:05:34.700 388-388/? I/DEBUG﹕ r8 beb80338 r9 41648ca0 sl 419be610 fp beb8034c
10-22 14:05:34.700 388-388/? I/DEBUG﹕ ip 78d8bec1 sp beb80308 lr 78dc9d13 pc 78dd65be cpsr 60070030
10-22 14:05:34.700 388-388/? I/DEBUG﹕ d0 0000000000000000 d1 0000000000000000
10-22 14:05:34.700 388-388/? I/DEBUG﹕ d2 0000000000000000 d3 000000000000007c
10-22 14:05:34.700 388-388/? I/DEBUG﹕ d4 fe8000003f000001 d5 000122e800000000
10-22 14:05:34.700 388-388/? I/DEBUG﹕ d6 0000000000000000 d7 00000000000022ec
10-22 14:05:34.700 388-388/? I/DEBUG﹕ d8 0000000000000000 d9 0000000000000000
10-22 14:05:34.700 388-388/? I/DEBUG﹕ d10 0000000000000000 d11 0000000000000000
10-22 14:05:34.700 388-388/? I/DEBUG﹕ d12 0000000000000000 d13 0000000000000000
10-22 14:05:34.700 388-388/? I/DEBUG﹕ d14 0000000000000000 d15 0000000000000000
10-22 14:05:34.700 388-388/? I/DEBUG﹕ d16 0074006e006f0043 d17 0043007400780065
10-22 14:05:34.700 388-388/? I/DEBUG﹕ d18 002e00640069006f d19 00650074006e0069
10-22 14:05:34.700 388-388/? I/DEBUG﹕ d20 006c0061006e0072 d21 006500690076002e
10-22 14:05:34.700 388-388/? I/DEBUG﹕ d22 00490049002e0077 d23 007400750070006e
10-22 14:05:34.700 388-388/? I/DEBUG﹕ d24 0011001200120011 d25 0016001500140013
10-22 14:05:34.700 388-388/? I/DEBUG﹕ d26 0000000000000000 d27 0000000000000000
10-22 14:05:34.700 388-388/? I/DEBUG﹕ d28 009e009d009c009b d29 00a0009f009d009e
10-22 14:05:34.700 388-388/? I/DEBUG﹕ d30 0016001600160016 d31 0000000000000000
10-22 14:05:34.700 388-388/? I/DEBUG﹕ scr 28000012
10-22 14:05:34.700 388-388/? I/DEBUG﹕ backtrace:
10-22 14:05:34.700 388-388/? I/DEBUG﹕ #00 pc 000755be /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (tightdb::TableViewBase::do_sync()+107)
10-22 14:05:34.700 388-388/? I/DEBUG﹕ #1 pc 0002aecf /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (Java_io_realm_internal_TableView_nativeSize+14)
10-22 14:05:34.700 388-388/? I/DEBUG﹕ #2 pc 00020a4c /system/lib/libdvm.so (dvmPlatformInvoke+112)
10-22 14:05:34.700 388-388/? I/DEBUG﹕ #3 pc 00057689 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const_, JValue_, Method const_, Thread_)+428)
10-22 14:05:34.700 388-388/? I/DEBUG﹕ #4 pc 00029ee0 /system/lib/libdvm.so
10-22 14:05:34.700 388-388/? I/DEBUG﹕ #5 pc 000327e4 /system/lib/libdvm.so (dvmMterpStd(Thread_)+76)
10-22 14:05:34.710 388-388/? I/DEBUG﹕ #6 pc 0002fd00 /system/lib/libdvm.so (dvmInterpret(Thread_, Method const_, JValue_)+232)
10-22 14:05:34.710 388-388/? I/DEBUG﹕ #7 pc 0006d89d /system/lib/libdvm.so (dvmInvokeMethod(Object_, Method const_, ArrayObject_, ArrayObject_, ClassObject_, bool)+392)
10-22 14:05:34.710 388-388/? I/DEBUG﹕ #8 pc 00077455 /system/lib/libdvm.so
10-22 14:05:34.710 388-388/? I/DEBUG﹕ #9 pc 00029ee0 /system/lib/libdvm.so
10-22 14:05:34.710 388-388/? I/DEBUG﹕ #10 pc 000327e4 /system/lib/libdvm.so (dvmMterpStd(Thread_)+76)
10-22 14:05:34.710 388-388/? I/DEBUG﹕ #11 pc 0002fd00 /system/lib/libdvm.so (dvmInterpret(Thread_, Method const_, JValue_)+232)
10-22 14:05:34.710 388-388/? I/DEBUG﹕ #12 pc 0006d56d /system/lib/libdvm.so (dvmCallMethodV(Thread_, Method const_, Object_, bool, JValue_, std::va_list)+336)
10-22 14:05:34.710 388-388/? I/DEBUG﹕ #13 pc 00052c2f /system/lib/libdvm.so
10-22 14:05:34.710 388-388/? I/DEBUG﹕ #14 pc 0004feeb /system/lib/libandroid_runtime.so
10-22 14:05:34.710 388-388/? I/DEBUG﹕ #15 pc 000510ad /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const, char const)+472)
10-22 14:05:34.710 388-388/? I/DEBUG﹕ #16 pc 000010bb /system/bin/app_process
10-22 14:05:34.710 388-388/? I/DEBUG﹕ #17 pc 0000e4db /system/lib/libc.so (__libc_init+50)
10-22 14:05:34.710 388-388/? I/DEBUG﹕ #18 pc 00000db8 /system/bin/app_process
10-22 14:05:34.710 388-388/? I/DEBUG﹕ stack:
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb802c8 78d9cef9 /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (bool tightdb::Array::find<tightdb::Equal, (tightdb::Action)0, 0u>(long long, unsigned int, unsigned int, unsigned int, tightdb::QueryState) const)
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb802cc 00000000
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb802d0 78da0edb /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (bool tightdb::Array::find<tightdb::NotEqual, (tightdb::Action)0, 0u>(long long, unsigned int, unsigned int, unsigned int, tightdb::QueryState) const)
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb802d4 00000000
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb802d8 78da5597 /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (bool tightdb::Array::find<tightdb::Greater, (tightdb::Action)0, 0u>(long long, unsigned int, unsigned int, unsigned int, tightdb::QueryState) const)
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb802dc 00000000
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb802e0 78da580b /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (bool tightdb::Array::find<tightdb::Less, (tightdb::Action)0, 0u>(long long, unsigned int, unsigned int, unsigned int, tightdb::QueryState) const)
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb802e4 00000000
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb802e8 78a4b878 [anon:libc_malloc]
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb802ec 78d97d71 /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (tightdb::Array::truncate_and_destroy_children(unsigned int)+72)
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb802f0 00000000
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb802f4 78a4b7bc [anon:libc_malloc]
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb802f8 78a4b7bc [anon:libc_malloc]
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb802fc 78dc9d13 /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (tightdb::Column::clear()+12)
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb80300 78a4b7b8 [anon:libc_malloc]
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb80304 78dd6599 /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (tightdb::TableViewBase::do_sync()+70)
10-22 14:05:34.710 388-388/? I/DEBUG﹕ #00 beb80308 78a4b7b8 [anon:libc_malloc]
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb8030c 00000011
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb80310 00000001
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb80314 78a4b7b8 [anon:libc_malloc]
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb80318 419bd070 [heap]
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb8031c 00000000
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb80320 41648ca8
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb80324 78d8bed1 /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (Java_io_realm_internal_TableView_nativeSize+16)
10-22 14:05:34.710 388-388/? I/DEBUG﹕ #1 beb80328 6dcac518 /dev/ashmem/dalvik-LinearAlloc (deleted)
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb8032c 419be600 [heap]
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb80330 00000003
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb80334 41581a50 /system/lib/libdvm.so (dvmPlatformInvoke+116)
10-22 14:05:34.710 388-388/? I/DEBUG﹕ #2 beb80338 41648c9c
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb8033c 00000001
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb80340 00000000
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb80344 41e2b0f8 /dev/ashmem/dalvik-heap (deleted)
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb80348 00000019
10-22 14:05:34.710 388-388/? I/DEBUG﹕ beb8034c 415b868d /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const_, JValue_, Method const_, Thread*)+432)
10-22 14:05:34.720 388-388/? I/DEBUG﹕ memory near r0:
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b450 00000001 00000001 00000438 000006f0
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b460 00000001 00000000 00000000 00000000
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b470 00000000 78a4b4a8 ffffffff 00000000
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b480 7989b518 79964008 00000000 00000000
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b490 00000000 00000000 00000000 00000000
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b4a0 00000000 0000005b 7acd7f40 00000000
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b4b0 00000000 00000000 00000000 00000000
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b4c0 00000000 00000000 00000000 00000000
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b4d0 00000000 7aae3bd0 00000000 00000000
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b4e0 00000000 00000000 00000000 00000000
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b4f0 00000000 fffffff8 7da90470 00000053
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b500 00000001 00000038 78a4b5e0 00000001
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b510 2e6d6f63 616f6b65 6c2e7070 2f706f6f
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b520 2e6d6f63 616f6b65 6c2e7070 2e706f6f
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b530 69746341 69746976 482e7365 41656d6f
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b540 76697463 00797469 00000000 0000001b
10-22 14:05:34.720 388-388/? I/DEBUG﹕ memory near r2:
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b968 78a4b960 00000013 00000000 00000000
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b978 400b12cc 0000008b 00800000 00000000
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b988 15161718 11121314 0e0b0f10 090a0c0d
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b998 05060708 00020304 00000001 00000000
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b9a8 00000000 00000000 00000000 00000000
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b9b8 00000000 00000000 00000000 00000000
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b9c8 00000000 00000000 00000000 00000000
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b9d8 00000000 00000000 00000000 00000000
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b9e8 00000000 00000000 00000000 00000000
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b9f8 00000000 00000000 00000000 00000093
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4ba08 00000000 00000000 78a4ba1c 78a4ba8c
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4ba18 78a4ba8c 00000000 00000000 78a4ba38
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4ba28 78a4ba60 00000000 7ac09e40 7ac09e40
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4ba38 3f800000 00000000 00000000 00000000
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4ba48 3f800000 00000000 00000000 00000000
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4ba58 3f800000 00000010 00000000 00000000
10-22 14:05:34.720 388-388/? I/DEBUG﹕ memory near r4:
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b798 00000000 0000001b 78a49008 00000080
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b7a8 7acd7128 7ad1cba0 00000018 000000c3
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b7b8 78e5dc88 78e5e098 78a4b878 78e5e10c
10-22 14:05:34.720 388-388/? I/DEBUG﹕ 78a4b7c8 78a4ba98 78a4ba9c 78a4ba9c 78a4b7b8
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b7d8 78a4baa8 00000000 78a4baa8 00000001
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b7e8 78a4baac 419c0001 78a4d8f0 00000000
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b7f8 00000066 00000000 00000001 78a4d8f0
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b808 78a4b908 78a4b90c 78a4b948 78a4b950
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b818 78a4b954 78a4b954 78a4b960 78a4b964
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b828 78a4b964 00000000 00000000 00000000
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b838 00000000 00000000 00000000 78a4b470
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b848 78a4b970 00000000 78a4b970 00000001
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b858 78a4b974 78e6482c 00000000 00000000
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b868 ffffffff ffffffff 00000007 00000093
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b878 78e5de38 78a4b988 78a4b980 00000000
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b888 ffffffff 00000000 00000000 00000000
10-22 14:05:34.730 388-388/? I/DEBUG﹕ memory near r5:
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b79c 0000001b 78a49008 00000080 7acd7128
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b7ac 7ad1cba0 00000018 000000c3 78e5dc88
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b7bc 78e5e098 78a4b878 78e5e10c 78a4ba98
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b7cc 78a4ba9c 78a4ba9c 78a4b7b8 78a4baa8
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b7dc 00000000 78a4baa8 00000001 78a4baac
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b7ec 419c0001 78a4d8f0 00000000 00000066
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b7fc 00000000 00000001 78a4d8f0 78a4b908
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b80c 78a4b90c 78a4b948 78a4b950 78a4b954
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b81c 78a4b954 78a4b960 78a4b964 78a4b964
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b82c 00000000 00000000 00000000 00000000
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b83c 00000000 00000000 78a4b470 78a4b970
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b84c 00000000 78a4b970 00000001 78a4b974
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b85c 78e6482c 00000000 00000000 ffffffff
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b86c ffffffff 00000007 00000093 78e5de38
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b87c 78a4b988 78a4b980 00000000 ffffffff
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4b88c 00000000 00000000 00000000 00000000
10-22 14:05:34.730 388-388/? I/DEBUG﹕ memory near r6:
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4d8d0 00000000 00000000 00000000 00000000
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4d8e0 00000000 00000000 00000000 00000493
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4d8f0 00000019 78a4d8e8 78e5de38 78e6ac40
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4d900 00000c38 00000002 00000002 00000010
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4d910 00000100 78d4aff8 00000001 78d4b000
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4d920 78d99fff 00000000 78d9a073 00000000
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4d930 78d9a0c9 00000000 78d9cbed 00000000
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4d940 78da0bf5 00000000 78dbba77 00000000
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4d950 00000000 00000000 78dbbde1 00000000
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4d960 00000000 00000000 00000000 00000000
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4d970 ffff8000 ffffffff 00007fff 00000000
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4d980 78e5de38 78e6ac20 00000c18 00000009
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4d990 00000009 00000010 00000100 78a4d8f8
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4d9a0 00000001 78d4b000 78d99fff 00000000
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4d9b0 78d9a073 00000000 78d9a0c9 00000000
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 78a4d9c0 78d9cbed 00000000 78da0bf5 00000000
10-22 14:05:34.730 388-388/? I/DEBUG﹕ memory near r7:
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 41648c88 41648cbc 78b451f0 6dcac518 00000006
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 41648c98 00000000 5c500019 78a4b7b8 00000000
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 41648ca8 41648cdc 78b0d094 6dcac9e8 78b451f0
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 41648cb8 00000000 78a4b7b8 00000000 41e2b0f8
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 41648cc8 41648cfc 416c8c90 6dcaaa68 78b0d094
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 41648cd8 00000000 41e2b0f8 6f7922b8 41e2b140
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 41648ce8 41648d24 416c8f24 6d89e608 416c8c90
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 41648cf8 00000000 6d8bb370 00000000 4209be28
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 41648d08 780d89c8 41e2b140 41648d40 4174bffe
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 41648d18 6d89e8b0 416c8f24 00000000 6d940cc8
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 41648d28 41e2b140 41648d80 6ede9342 6d8a0bc8
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 41648d38 4174bffe 00000000 00000019 00000000
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 41648d48 41648d84 6ede9402 6d8a0c00 4174c07c
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 41648d58 00000000 00000000 00000019 41e027d8
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 41648d68 41e2b140 41648da4 78b411fa 6db03218
10-22 14:05:34.730 388-388/? I/DEBUG﹕ 41648d78 6ede9342 00000000 41e027d8 41e089d8
10-22 14:05:34.730 388-388/? I/DEBUG﹕ memory near r8:
10-22 14:05:34.730 388-388/? I/DEBUG﹕ beb80318 419bd070 00000000 41648ca8 78d8bed1
10-22 14:05:34.730 388-388/? I/DEBUG﹕ beb80328 6dcac518 419be600 00000003 41581a50
10-22 14:05:34.730 388-388/? I/DEBUG﹕ beb80338 41648c9c 00000001 00000000 41e2b0f8
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb80348 00000019 415b868d 41648c9c 78bf0a28
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb80358 78d8bec1 419be610 416392d8 419be600
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb80368 00000000 00000000 419be628 400b138c
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb80378 419be600 78a6b840 00000000 00000008
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb80388 41632c1c 415ed1fd 419bfe90 beb803d8
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb80398 62aba396 6d8d6530 00000000 0000000a
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb803a8 00000028 00000010 00000010 41df2008
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb803b8 00000010 00000010 41632c1c 41638df0
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb803c8 00000011 4209b6c8 fffffe4c 4209b6c8
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb803d8 419be500 00000014 00000014 41df2008
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb803e8 00000014 00000014 41632c1c 41638df0
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb803f8 00000019 4209be28 fffffe4c 4209be28
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb80408 419be500 415e5db1 419ceb20 41648cfc
10-22 14:05:34.740 388-388/? I/DEBUG﹕ memory near r9:
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 41648c80 6f50c488 41648cb8 41648cbc 78b451f0
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 41648c90 6dcac518 00000006 00000000 5c500019
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 41648ca0 78a4b7b8 00000000 41648cdc 78b0d094
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 41648cb0 6dcac9e8 78b451f0 00000000 78a4b7b8
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 41648cc0 00000000 41e2b0f8 41648cfc 416c8c90
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 41648cd0 6dcaaa68 78b0d094 00000000 41e2b0f8
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 41648ce0 6f7922b8 41e2b140 41648d24 416c8f24
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 41648cf0 6d89e608 416c8c90 00000000 6d8bb370
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 41648d00 00000000 4209be28 780d89c8 41e2b140
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 41648d10 41648d40 4174bffe 6d89e8b0 416c8f24
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 41648d20 00000000 6d940cc8 41e2b140 41648d80
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 41648d30 6ede9342 6d8a0bc8 4174bffe 00000000
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 41648d40 00000019 00000000 41648d84 6ede9402
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 41648d50 6d8a0c00 4174c07c 00000000 00000000
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 41648d60 00000019 41e027d8 41e2b140 41648da4
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 41648d70 78b411fa 6db03218 6ede9342 00000000
10-22 14:05:34.740 388-388/? I/DEBUG﹕ memory near sl:
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 419be5f0 00000000 00000800 41640008 0000045b
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 419be600 6f79301c 41648c9c 6dcac9e8 78d25000
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 419be610 41e2b0f8 00000000 beb80468 00000000
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 419be620 beb804bc 00000001 00000000 41581bc0
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 419be630 00000000 00000000 6cc36870 41643300
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 419be640 00000000 00000000 00000001 00006000
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 419be650 00000000 40041198 41581bc0 41586b00
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 419be660 00000000 4158abfc 4158ac70 4158ab20
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 419be670 4158ab40 4158ab9c 00000000 00000000
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 419be680 7aae9bc8 00000028 7cefd819 beb80468
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 419be690 6f70bac4 00000006 00001fd6 4163952c
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 419be6a0 419ed150 6d8d6530 00000007 72637380
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 419be6b0 00000001 00000100 00000200 00000000
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 419be6c0 00000002 6ed6f222 6ed6f222 00000004
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 419be6d0 6ed6f23c 6d8d6060 f13006e9 b5964136
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 419be6e0 364ee37c 7ceceb22 388ef254 8c60a214
10-22 14:05:34.740 388-388/? I/DEBUG﹕ memory near fp:
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb8032c 419be600 00000003 41581a50 41648c9c
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb8033c 00000001 00000000 41e2b0f8 00000019
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb8034c 415b868d 41648c9c 78bf0a28 78d8bec1
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb8035c 419be610 416392d8 419be600 00000000
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb8036c 00000000 419be628 400b138c 419be600
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb8037c 78a6b840 00000000 00000008 41632c1c
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb8038c 415ed1fd 419bfe90 beb803d8 62aba396
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb8039c 6d8d6530 00000000 0000000a 00000028
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb803ac 00000010 00000010 41df2008 00000010
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb803bc 00000010 41632c1c 41638df0 00000011
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb803cc 4209b6c8 fffffe4c 4209b6c8 419be500
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb803dc 00000014 00000014 41df2008 00000014
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb803ec 00000014 41632c1c 41638df0 00000019
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb803fc 4209be28 fffffe4c 4209be28 419be500
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb8040c 415e5db1 419ceb20 41648cfc 419be600
10-22 14:05:34.740 388-388/? I/DEBUG﹕ beb8041c 00000014 4209be28 41638df0 41632c1c
10-22 14:05:34.740 388-388/? I/DEBUG﹕ memory near ip:
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 78d8bea0 000c86fd 000c8828 000c86c3 0103ea52
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 78d8beb0 d004b508 6813b11a 685b4610 bd084798
10-22 14:05:34.740 388-388/? I/DEBUG﹕ 78d8bec0 461eb570 46056813 46104614 4798691b
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78d8bed0 46284622 f0054633 2200f885 6823b120
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78d8bee0 68db4620 46024798 46102300 bd704619
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78d8bef0 461eb570 46056813 46104614 4798691b
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78d8bf00 46224628 f0054633 b128f86d 21006ba3
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78d8bf10 3234f8d3 bd704618 21002000 b570bd70
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78d8bf20 6813461e 46154604 b0904610 4798691b
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78d8bf30 462a4620 f0054633 b1f0f855 4621a80c
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78d8bf40 f0069a14 9b0cfbcb 6ba8a90e 930e2200
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78d8bf50 700af500 930f9b0d 33fff04f fb20f03d
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78d8bf60 25004604 980c1c43 f04fbf04 f04f34ff
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78d8bf70 b12035ff fe52f0a4 2400e001 46202500
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78d8bf80 b0104629 4605bd70 460e980c f0a4b108
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78d8bf90 4628fe45 e01d4631 f096a807 e7ffff9f
10-22 14:05:34.750 388-388/? I/DEBUG﹕ memory near sp:
10-22 14:05:34.750 388-388/? I/DEBUG﹕ beb802e8 78a4b878 78d97d71 00000000 78a4b7bc
10-22 14:05:34.750 388-388/? I/DEBUG﹕ beb802f8 78a4b7bc 78dc9d13 78a4b7b8 78dd6599
10-22 14:05:34.750 388-388/? I/DEBUG﹕ beb80308 78a4b7b8 00000011 00000001 78a4b7b8
10-22 14:05:34.750 388-388/? I/DEBUG﹕ beb80318 419bd070 00000000 41648ca8 78d8bed1
10-22 14:05:34.750 388-388/? I/DEBUG﹕ beb80328 6dcac518 419be600 00000003 41581a50
10-22 14:05:34.750 388-388/? I/DEBUG﹕ beb80338 41648c9c 00000001 00000000 41e2b0f8
10-22 14:05:34.750 388-388/? I/DEBUG﹕ beb80348 00000019 415b868d 41648c9c 78bf0a28
10-22 14:05:34.750 388-388/? I/DEBUG﹕ beb80358 78d8bec1 419be610 416392d8 419be600
10-22 14:05:34.750 388-388/? I/DEBUG﹕ beb80368 00000000 00000000 419be628 400b138c
10-22 14:05:34.750 388-388/? I/DEBUG﹕ beb80378 419be600 78a6b840 00000000 00000008
10-22 14:05:34.750 388-388/? I/DEBUG﹕ beb80388 41632c1c 415ed1fd 419bfe90 beb803d8
10-22 14:05:34.750 388-388/? I/DEBUG﹕ beb80398 62aba396 6d8d6530 00000000 0000000a
10-22 14:05:34.750 388-388/? I/DEBUG﹕ beb803a8 00000028 00000010 00000010 41df2008
10-22 14:05:34.750 388-388/? I/DEBUG﹕ beb803b8 00000010 00000010 41632c1c 41638df0
10-22 14:05:34.750 388-388/? I/DEBUG﹕ beb803c8 00000011 4209b6c8 fffffe4c 4209b6c8
10-22 14:05:34.750 388-388/? I/DEBUG﹕ beb803d8 419be500 00000014 00000014 41df2008
10-22 14:05:34.750 388-388/? I/DEBUG﹕ code around pc:
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78dd659c e010b970 46284632 31fff04f 97002300
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78dd65ac fa09f7f4 6ba33601 429e681b e00ed3f2
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78dd65bc 691b6803 f8d44798 f10430b4 46210048
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78dd65cc 20acf8d4 f8d49300 f00b30b0 f894fbbb
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78dd65dc b1133034 f0244620 4620fc68 ff4af7ff
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78dd65ec 0110e9c4 6cc6bdfe 2e004628 f7f3d1cc
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78dd65fc 2701fb84 b510e7d7 f7ff4604 b920ff49
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78dd660c e8bd4620 f7ff4010 bd10bf9e b085b5f0
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78dd661c 460e4604 46114615 aa016b80 93012300
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78dd662c 93039302 fd85f7f8 46311d20 f7a46ba7
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78dd663c 4601fde0 4638462a f7f8ab01 a801fc03
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78dd664c fecef7a7 bdf0b005 f7a7a801 f05afec9
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78dd665c e92dfcb5 b08543f0 46904606 aa016b80
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78dd666c 46892300 93029301 f7f89303 6833fd62
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78dd667c 68db4630 f1b84798 46073fff 4680bf08
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78dd668c 4540d002 4680bf38 1d352400 4628e00a
10-22 14:05:34.750 388-388/? I/DEBUG﹕ code around lr:
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78dc9cf0 00098e08 00093f5c 00093f3e fffb02b5
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78dc9d00 f7cd6840 b510bcbc 46042100 f7ce6840
10-22 14:05:34.750 388-388/? I/DEBUG﹕ 78dc9d10 6860f80b b1237e03 e8bd2100 f7cc4010
10-22 14:05:34.760 388-388/? I/DEBUG﹕ 78dc9d20 bd10bbb1 6844b510 6a2169e0 68db6803
10-22 14:05:34.760 388-388/? I/DEBUG﹕ 78dc9d30 46014798 e8bd4620 f7c74010 e92db893
10-22 14:05:34.760 388-388/? I/DEBUG﹕ 78dc9d40 46044ff7 0508f100 4616c903 e88d461f
10-22 14:05:34.760 388-388/? I/DEBUG﹕ 78dc9d50 46280003 f7cd4669 6266f996 e9d462a7
10-22 14:05:34.760 388-388/? I/DEBUG﹕ 78dc9d60 e9d48924 6966ab26 e0102400 46214628
10-22 14:05:34.760 388-388/? I/DEBUG﹕ 78dc9d70 fa26f7b1 eb714540 db070309 020aeb10
10-22 14:05:34.760 388-388/? I/DEBUG﹕ 78dc9d80 eb414628 4621030b f81ef7ce 42b43401
10-22 14:05:34.760 388-388/? I/DEBUG﹕ 78dc9d90 e8bdd1ec b5708ffe 68044606 f104b314
10-22 14:05:34.760 388-388/? I/DEBUG﹕ 78dc9da0 f5040098 f0007592 f104ff72 f0000010
10-22 14:05:34.760 388-388/? I/DEBUG﹕ 78dc9db0 4628ff6e ffeff7ff 46204b0b 3308447b
10-22 14:05:34.760 388-388/? I/DEBUG﹕ 78dc9dc0 3098f8c4 f0666123 e00bff1d f7ff4628
10-22 14:05:34.760 388-388/? I/DEBUG﹕ 78dc9dd0 e7ffffe2 447b4b05 f8c43308 61233098
10-22 14:05:34.760 388-388/? I/DEBUG﹕ 78dc9de0 f8f2f067 bd704630 00093e10 00093df6
10-22 14:05:34.760 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:05:34.760 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:05:34.770 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:05:34.770 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:05:34.780 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:05:34.780 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:05:34.790 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:05:34.800 22796-22810/? D/libc﹕ [NET] getaddrinfo+,hn 19(0x61706d2e637269),sn(),family 0,flags 4
10-22 14:05:34.800 22796-22810/? D/libc﹕ [NET] getaddrinfo-,err=8
10-22 14:05:34.800 22796-22810/? D/libc﹕ [NET] getaddrinfo+,hn 19(0x61706d2e637269),sn(),family 0,flags 1024
10-22 14:05:34.800 22796-22810/? D/libc﹕ [NET] getaddrinfo-, 1
10-22 14:05:34.800 22796-22810/? D/libc﹕ [NET] getaddrinfo_proxy+
10-22 14:05:34.800 383-23028/? D/libc﹕ [NET] getaddrinfo+,hn 19(0x61706d2e637269),sn(),family 0,flags 1024
10-22 14:05:34.800 383-23028/? D/libc﹕ [NET]_dns_getaddrinfo: iface= v4v6=11 method=1
10-22 14:05:34.800 383-23028/? D/libc﹕ [NET] +++++ res_nsend xid =6cba +++++
10-22 14:05:34.800 383-23028/? D/libc﹕ [NET] res_nLookupCache: rstatp->iface =
10-22 14:05:34.800 383-23028/? D/libc﹕ [NET][SMD] Cache EXPIRED (STALE ENTRY 0xb70b8b60 DISCARDED) or need renew
10-22 14:05:34.800 383-23028/? D/libc﹕ [NET] entry_id:76 entry:0xb70b8b60 removed
10-22 14:05:34.800 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:05:34.810 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:05:34.810 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:05:34.820 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:05:34.820 383-23028/? D/libc﹕ [NET][SMD][v0204] Extended TTL = 43200, original TTL = 45
10-22 14:05:34.820 383-23028/? D/libc﹕ [NET]res_nsend:resplen=164
10-22 14:05:34.820 383-23028/? D/libc﹕ [NET] +++++ res_nsend xid =6cba +++++
10-22 14:05:34.820 383-23028/? D/libc﹕ [NET] res_nLookupCache: rstatp->iface =wlan0
10-22 14:05:34.820 383-23028/? D/libc﹕ [NET][SMD] Cache EXPIRED (STALE ENTRY 0xb70b6bf8 DISCARDED) or need renew
10-22 14:05:34.820 383-23028/? D/libc﹕ [NET] entry_id:77 entry:0xb70b6bf8 removed
10-22 14:05:34.830 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:05:34.830 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:05:34.840 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:05:34.840 383-23028/? D/libc﹕ [NET][SMD][v0204] Extended TTL = 43200, original TTL = 18
10-22 14:05:34.840 383-23028/? D/libc﹕ [NET]res_nsend:resplen=112
10-22 14:05:34.840 383-23028/? D/libc﹕ [NET]res_queryN: exit 3, ancount=3
10-22 14:05:34.840 383-23028/? D/libc﹕ [NET]_dns_getaddrinfo-, (NS_SUCCESS)
10-22 14:05:34.840 383-23028/? D/libc﹕ [NET] getaddrinfo-, SUCCESS
10-22 14:05:34.840 22796-22810/? D/libc﹕ [NET] getaddrinfo_proxy-, success
10-22 14:05:34.850 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:05:34.850 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:05:34.860 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 14:05:34.890 962-23029/? E/ActivityManager﹕ App crashed! Process: com.ekoapp.loop
------ Log 3 -------
10-22 16:53:06.200 19613-19613/com.ekoapp.loop A/libc﹕ Fatal signal 11 (SIGSEGV) at 0x00000480 (code=1), thread 19613 (com.ekoapp.loop)
10-22 16:53:06.300 388-388/? I/DEBUG﹕ Build fingerprint: 'htc/brightstarus_wwe/htc_m8:4.4.3/KTU84L/365360.4:user/release-keys'
10-22 16:53:06.300 388-388/? I/DEBUG﹕ Revision: '0'
10-22 16:53:06.300 388-388/? I/DEBUG﹕ pid: 19613, tid: 19613, name: com.ekoapp.loop >>> com.ekoapp.loop <<<
10-22 16:53:06.300 388-388/? I/DEBUG﹕ debuggerd: checkTellHTCSettings
10-22 16:53:06.310 388-388/? I/DEBUG﹕ signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000480
10-22 16:53:06.400 388-388/? I/DEBUG﹕ r0 78d453c0 r1 00000000 r2 00000000 r3 00000000
10-22 16:53:06.400 388-388/? I/DEBUG﹕ r4 78d453c0 r5 00000000 r6 0000008e r7 00000000
10-22 16:53:06.400 388-388/? I/DEBUG﹕ r8 beb801b0 r9 416489ec sl 419be610 fp beb801c4
10-22 16:53:06.400 388-388/? I/DEBUG﹕ ip 78d86ec1 sp beb80180 lr 78dd14ad pc 78dd1492 cpsr 200e0030
10-22 16:53:06.400 388-388/? I/DEBUG﹕ d0 0000000000000000 d1 0000000000000000
10-22 16:53:06.400 388-388/? I/DEBUG﹕ d2 0000000000000000 d3 0000000000000000
10-22 16:53:06.400 388-388/? I/DEBUG﹕ d4 0000006bffffffff d5 405ac00000000000
10-22 16:53:06.400 388-388/? I/DEBUG﹕ d6 4058800000000000 d7 3ff14afd6a052bf6
10-22 16:53:06.400 388-388/? I/DEBUG﹕ d8 0000000000000000 d9 0000000000000000
10-22 16:53:06.400 388-388/? I/DEBUG﹕ d10 0000000000000000 d11 0000000000000000
10-22 16:53:06.400 388-388/? I/DEBUG﹕ d12 0000000000000000 d13 0000000000000000
10-22 16:53:06.400 388-388/? I/DEBUG﹕ d14 0000000000000000 d15 0000000000000000
10-22 16:53:06.400 388-388/? I/DEBUG﹕ d16 0065006300650072 d17 006f00430074006e
10-22 16:53:06.400 388-388/? I/DEBUG﹕ d18 0000001800100103 d19 ffffffff0000001c
10-22 16:53:06.400 388-388/? I/DEBUG﹕ d20 0000000affffffff d21 0000001800100103
10-22 16:53:06.400 388-388/? I/DEBUG﹕ d22 ffffffff0000001e d23 00000009ffffffff
10-22 16:53:06.400 388-388/? I/DEBUG﹕ d24 0018001700150016 d25 0019001a001a0019
10-22 16:53:06.400 388-388/? I/DEBUG﹕ d26 0000000000000000 d27 0000000000000000
10-22 16:53:06.400 388-388/? I/DEBUG﹕ d28 01c801c701c501c6 d29 01c901ca01ca01c9
10-22 16:53:06.400 388-388/? I/DEBUG﹕ d30 001a001a001a001a d31 0000000000000000
10-22 16:53:06.400 388-388/? I/DEBUG﹕ scr 28000013
10-22 16:53:06.400 388-388/? I/DEBUG﹕ backtrace:
10-22 16:53:06.400 388-388/? I/DEBUG﹕ #00 pc 00075492 /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (tightdb::TableViewBase::outside_version() const+17)
10-22 16:53:06.400 388-388/? I/DEBUG﹕ #1 pc 000754a9 /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (tightdb::TableViewBase::is_in_sync() const+12)
10-22 16:53:06.400 388-388/? I/DEBUG﹕ stack:
10-22 16:53:06.400 388-388/? I/DEBUG﹕ beb80140 7aae9f20 [anon:libc_malloc]
10-22 16:53:06.400 388-388/? I/DEBUG﹕ beb80144 78ddfca9 /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (tightdb::IntegerNode<long long, tightdb::Equal>::aggregate_local(tightdb::QueryStateBase_, unsigned int, unsigned int, unsigned int, tightdb::SequentialGetterBase_))
10-22 16:53:06.400 388-388/? I/DEBUG﹕ beb80148 00000002
10-22 16:53:06.400 388-388/? I/DEBUG﹕ beb8014c 00000000
10-22 16:53:06.400 388-388/? I/DEBUG﹕ beb80150 00000000
10-22 16:53:06.400 388-388/? I/DEBUG﹕ beb80154 00000004
10-22 16:53:06.400 388-388/? I/DEBUG﹕ beb80158 00000040
10-22 16:53:06.400 388-388/? I/DEBUG﹕ beb8015c 78ddb12f /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (tightdb::Query::aggregate_internal(tightdb::Action, tightdb::DataType, tightdb::ParentNode_, tightdb::QueryStateBase_, unsigned int, unsigned int, tightdb::SequentialGetterBase*) const+198)
10-22 16:53:06.400 388-388/? I/DEBUG﹕ beb80160 00000040
10-22 16:53:06.400 388-388/? I/DEBUG﹕ beb80164 00000000
10-22 16:53:06.400 388-388/? I/DEBUG﹕ beb80168 7aae9f20 [anon:libc_malloc]
10-22 16:53:06.400 388-388/? I/DEBUG﹕ beb8016c 00000000
10-22 16:53:06.400 388-388/? I/DEBUG﹕ beb80170 00000000
10-22 16:53:06.400 388-388/? I/DEBUG﹕ beb80174 7acf2490 [anon:libc_malloc]
10-22 16:53:06.400 388-388/? I/DEBUG﹕ beb80178 0000006b
10-22 16:53:06.400 388-388/? I/DEBUG﹕ beb8017c 7eb2f8c0 [anon:libc_malloc]
10-22 16:53:06.400 388-388/? I/DEBUG﹕ #00 beb80180 78dd1603 /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (tightdb::TableViewBase::sync_if_needed() const)
10-22 16:53:06.410 388-388/? I/DEBUG﹕ ........ ........
10-22 16:53:06.410 388-388/? I/DEBUG﹕ #1 beb80180 78dd1603 /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (tightdb::TableViewBase::sync_if_needed() const)
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb80184 78d45678 [anon:libc_malloc]
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb80188 419bd070 [heap]
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb8018c 00000000
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb80190 416489f4
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb80194 78dd160b /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (tightdb::TableViewBase::sync_if_needed() const+8)
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb80198 78d45678 [anon:libc_malloc]
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb8019c 78d86ed1 /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (Java_io_realm_internal_TableView_nativeSize+16)
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb801a0 6dcac518 /dev/ashmem/dalvik-LinearAlloc (deleted)
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb801a4 419be600 [heap]
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb801a8 00000003
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb801ac 41581a50 /system/lib/libdvm.so (dvmPlatformInvoke+116)
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb801b0 416489e8
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb801b4 00000001
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb801b8 00000000
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb801bc 41e230e0 /dev/ashmem/dalvik-heap (deleted)
10-22 16:53:06.410 388-388/? I/DEBUG﹕ memory near r0:
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d453a0 78a57fa4 78e5f82c 00000000 00000000
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d453b0 00000000 00000000 dac110e6 000001d9
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d453c0 7aafb900 7aafb900 00000000 00000000
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d453d0 00000000 00000001 00000000 006e0069
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d453e0 00000000 00000000 00000000 00000000
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d453f0 00000000 00650000 00000000 00000000
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d45400 0000008e 00000000 00690001 78a51008
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d45410 78a57cb0 78a57cb4 78a57cf0 78a57fb0
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d45420 78a57fb4 78a57fb4 78a51fa8 78a51fac
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d45430 78a51fac 00000000 00000000 00000000
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d45440 00000000 00000000 00000000 00000000
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d45450 78a51fb8 00000000 78a51fb8 00000001
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d45460 78a51fbc 78e5f82c 00000000 00000000
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d45470 ffffffff ffffffff 1a3ea7b5 00000119
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d45480 7eb04890 7eb04890 00000000 00000000
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d45490 00000000 00000000 2e000000 00000000
10-22 16:53:06.410 388-388/? I/DEBUG﹕ memory near r4:
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d453a0 78a57fa4 78e5f82c 00000000 00000000
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d453b0 00000000 00000000 dac110e6 000001d9
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d453c0 7aafb900 7aafb900 00000000 00000000
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d453d0 00000000 00000001 00000000 006e0069
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d453e0 00000000 00000000 00000000 00000000
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d453f0 00000000 00650000 00000000 00000000
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d45400 0000008e 00000000 00690001 78a51008
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d45410 78a57cb0 78a57cb4 78a57cf0 78a57fb0
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d45420 78a57fb4 78a57fb4 78a51fa8 78a51fac
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d45430 78a51fac 00000000 00000000 00000000
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d45440 00000000 00000000 00000000 00000000
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d45450 78a51fb8 00000000 78a51fb8 00000001
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d45460 78a51fbc 78e5f82c 00000000 00000000
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d45470 ffffffff ffffffff 1a3ea7b5 00000119
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d45480 7eb04890 7eb04890 00000000 00000000
10-22 16:53:06.410 388-388/? I/DEBUG﹕ 78d45490 00000000 00000000 2e000000 00000000
10-22 16:53:06.410 388-388/? I/DEBUG﹕ memory near r8:
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb80190 416489f4 78dd160b 78d45678 78d86ed1
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb801a0 6dcac518 419be600 00000003 41581a50
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb801b0 416489e8 00000001 00000000 41e230e0
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb801c0 420537c4 415b868d 416489e8 78bdb0d0
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb801d0 78d86ec1 419be610 7acf2490 00000000
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb801e0 00000000 00000000 ffffffff 400b138c
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb801f0 41632c1c 7eb2f8c0 beb80268 00000001
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb80200 41648b7c 419be610 beb8034c 415a37b7
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb80210 4161532f 0ea0001d beb80268 00000000
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb80220 7aaf4608 419bd070 4162ce25 00000000
10-22 16:53:06.410 388-388/? I/DEBUG﹕ beb80230 78e5de01 78e5f82c 00000000 78e5de10
10-22 16:53:06.420 388-388/? I/DEBUG﹕ beb80240 000000b8 7acf2490 7eb2f980 7acf2490
10-22 16:53:06.420 388-388/? I/DEBUG﹕ beb80250 7eb2f8c0 40071801 78e5f82c beb80268
10-22 16:53:06.420 388-388/? I/DEBUG﹕ beb80260 7aaf4608 7aaf4610 00000000 beb80304
10-22 16:53:06.420 388-388/? I/DEBUG﹕ beb80270 78e4f533 000000b8 00000010 419bd070
10-22 16:53:06.420 388-388/? I/DEBUG﹕ beb80280 7d85f5f0 00000024 00000024 41df2008
10-22 16:53:06.420 388-388/? I/DEBUG﹕ memory near r9:
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 416489cc 78b2c1a0 6dca5898 41648a08 78b2f718
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 416489dc 6dcac518 00000006 00000000 10f00019
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 416489ec 78d45678 00000000 41648a28 78af7550
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 416489fc 6dcac9e8 78b2f718 00000000 78d45678
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 41648a0c 00000000 41e230e0 41648a48 416c8e04
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 41648a1c 6dcaaa68 78af7550 00000000 41e230e0
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 41648a2c 6ed3d156 41e23128 41648a64 78aec914
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 41648a3c 6d89e760 416c8e04 00000000 41648aa8
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 41648a4c 41e23128 41648a94 78b2b732 6dc9d598
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 41648a5c 78aec914 00000000 41648a94 78b2b720
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 41648a6c 41e23128 81081000 00000000 00000003
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 41648a7c 41e40690 41648ab8 00000000 6dc99f28
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 41648a8c 78b2b732 6ed3b8e6 41e40690 00000003
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 41648a9c 41e50070 419d4d00 41648acc 00000000
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 41648aac 00000000 00000000 42014b18 41648b00
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 41648abc 4170277a 6d877360 00000006 00000000
10-22 16:53:06.420 388-388/? I/DEBUG﹕ memory near sl:
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 419be5f0 00000000 00000800 41640008 0000045b
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 419be600 78b2b720 416489e8 6dcac9e8 78d10000
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 419be610 41e230e0 00000000 beb802e0 00000000
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 419be620 beb80334 00000001 00000000 41581bc0
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 419be630 00000000 00000000 6cc36870 41643300
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 419be640 00000000 00000000 00000001 00006000
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 419be650 00000000 40041198 41581bc0 41586b00
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 419be660 00000000 4158abfc 4158ac70 4158ab20
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 419be670 4158ab40 4158ab9c 00000000 00000000
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 419be680 7aafa3c8 00000028 00000000 beb80468
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 419be690 6f70bac4 00000000 00001ffa 4163952c
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 419be6a0 419cef18 6d8a1418 00000007 72637380
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 419be6b0 00000001 00000100 00000200 00000005
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 419be6c0 00000003 78af7d40 78af7d20 00000001
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 419be6d0 4174bb3c 6dc9f6b8 a232f354 8ec8b02f
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 419be6e0 7daebe82 7daebe6b 02ec95be a10cdd5c
10-22 16:53:06.420 388-388/? I/DEBUG﹕ memory near fp:
10-22 16:53:06.420 388-388/? I/DEBUG﹕ beb801a4 419be600 00000003 41581a50 416489e8
10-22 16:53:06.420 388-388/? I/DEBUG﹕ beb801b4 00000001 00000000 41e230e0 420537c4
10-22 16:53:06.420 388-388/? I/DEBUG﹕ beb801c4 415b868d 416489e8 78bdb0d0 78d86ec1
10-22 16:53:06.420 388-388/? I/DEBUG﹕ beb801d4 419be610 7acf2490 00000000 00000000
10-22 16:53:06.420 388-388/? I/DEBUG﹕ beb801e4 00000000 ffffffff 400b138c 41632c1c
10-22 16:53:06.420 388-388/? I/DEBUG﹕ beb801f4 7eb2f8c0 beb80268 00000001 41648b7c
10-22 16:53:06.420 388-388/? I/DEBUG﹕ beb80204 419be610 beb8034c 415a37b7 4161532f
10-22 16:53:06.420 388-388/? I/DEBUG﹕ beb80214 0ea0001d beb80268 00000000 7aaf4608
10-22 16:53:06.420 388-388/? I/DEBUG﹕ beb80224 419bd070 4162ce25 00000000 78e5de01
10-22 16:53:06.420 388-388/? I/DEBUG﹕ beb80234 78e5f82c 00000000 78e5de10 000000b8
10-22 16:53:06.420 388-388/? I/DEBUG﹕ beb80244 7acf2490 7eb2f980 7acf2490 7eb2f8c0
10-22 16:53:06.420 388-388/? I/DEBUG﹕ beb80254 40071801 78e5f82c beb80268 7aaf4608
10-22 16:53:06.420 388-388/? I/DEBUG﹕ beb80264 7aaf4610 00000000 beb80304 78e4f533
10-22 16:53:06.420 388-388/? I/DEBUG﹕ beb80274 000000b8 00000010 419bd070 7d85f5f0
10-22 16:53:06.420 388-388/? I/DEBUG﹕ beb80284 00000024 00000024 41df2008 00000024
10-22 16:53:06.420 388-388/? I/DEBUG﹕ beb80294 00000024 41632c1c 41638df0 beb8044c
10-22 16:53:06.420 388-388/? I/DEBUG﹕ memory near ip:
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 78d86ea0 000c86fd 000c8828 000c86c3 0103ea52
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 78d86eb0 d004b508 6813b11a 685b4610 bd084798
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 78d86ec0 461eb570 46056813 46104614 4798691b
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 78d86ed0 46284622 f0054633 2200f885 6823b120
10-22 16:53:06.420 388-388/? I/DEBUG﹕ 78d86ee0 68db4620 46024798 46102300 bd704619
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78d86ef0 461eb570 46056813 46104614 4798691b
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78d86f00 46224628 f0054633 b128f86d 21006ba3
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78d86f10 3234f8d3 bd704618 21002000 b570bd70
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78d86f20 6813461e 46154604 b0904610 4798691b
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78d86f30 462a4620 f0054633 b1f0f855 4621a80c
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78d86f40 f0069a14 9b0cfbcb 6ba8a90e 930e2200
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78d86f50 700af500 930f9b0d 33fff04f fb20f03d
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78d86f60 25004604 980c1c43 f04fbf04 f04f34ff
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78d86f70 b12035ff fe52f0a4 2400e001 46202500
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78d86f80 b0104629 4605bd70 460e980c f0a4b108
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78d86f90 4628fe45 e01d4631 f096a807 e7ffff9f
10-22 16:53:06.430 388-388/? I/DEBUG﹕ memory near sp:
10-22 16:53:06.430 388-388/? I/DEBUG﹕ beb80160 00000040 00000000 7aae9f20 00000000
10-22 16:53:06.430 388-388/? I/DEBUG﹕ beb80170 00000000 7acf2490 0000006b 7eb2f8c0
10-22 16:53:06.430 388-388/? I/DEBUG﹕ beb80180 78dd1603 78d45678 419bd070 00000000
10-22 16:53:06.430 388-388/? I/DEBUG﹕ beb80190 416489f4 78dd160b 78d45678 78d86ed1
10-22 16:53:06.430 388-388/? I/DEBUG﹕ beb801a0 6dcac518 419be600 00000003 41581a50
10-22 16:53:06.430 388-388/? I/DEBUG﹕ beb801b0 416489e8 00000001 00000000 41e230e0
10-22 16:53:06.430 388-388/? I/DEBUG﹕ beb801c0 420537c4 415b868d 416489e8 78bdb0d0
10-22 16:53:06.430 388-388/? I/DEBUG﹕ beb801d0 78d86ec1 419be610 7acf2490 00000000
10-22 16:53:06.430 388-388/? I/DEBUG﹕ beb801e0 00000000 00000000 ffffffff 400b138c
10-22 16:53:06.430 388-388/? I/DEBUG﹕ beb801f0 41632c1c 7eb2f8c0 beb80268 00000001
10-22 16:53:06.430 388-388/? I/DEBUG﹕ beb80200 41648b7c 419be610 beb8034c 415a37b7
10-22 16:53:06.430 388-388/? I/DEBUG﹕ beb80210 4161532f 0ea0001d beb80268 00000000
10-22 16:53:06.430 388-388/? I/DEBUG﹕ beb80220 7aaf4608 419bd070 4162ce25 00000000
10-22 16:53:06.430 388-388/? I/DEBUG﹕ beb80230 78e5de01 78e5f82c 00000000 78e5de10
10-22 16:53:06.430 388-388/? I/DEBUG﹕ beb80240 000000b8 7acf2490 7eb2f980 7acf2490
10-22 16:53:06.430 388-388/? I/DEBUG﹕ beb80250 7eb2f8c0 40071801 78e5f82c beb80268
10-22 16:53:06.430 388-388/? I/DEBUG﹕ code around pc:
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd1470 bfe4f045 0007f7b5 0007e3d6 0007f773
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd1480 b12b6bc3 f8d36b9b f8d30480 47701484
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd1490 f8d36b83 f8d30480 47701484 4604b5f8
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd14a0 46206ba5 6710e9d4 ffeaf7ff bf0c2d00
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd14b0 35fff04f f8d42500 b955408c 0206ea80
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd14c0 0307ea81 0103ea52 2c00d105 2001d1e8
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd14d0 2000bdf8 2000bdf8 e92dbdf8 46804ff7
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd14e0 4510e9d0 f7ff4689 f108ffcb 46060a04
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd14f0 4650460f f7a44649 4074fe82 4683407d
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd1500 0038f8d8 f7f94659 ea54fc4b d1040205
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd1510 f7ff4640 e9c8ffb5 f8d80110 46403000
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd1520 479868db 1e424649 ebc24650 425a0309
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd1530 0203eb42 fc5cf7f3 32fff04f 33fff04f
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd1540 e9cd4650 465a2300 f7f32300 e8bdfe8f
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd1550 6bc38ffe 4604b5f7 2b001d05 4628d049
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd1560 f7f32600 2701fbd0 6be0e00d 36014631
10-22 16:53:06.430 388-388/? I/DEBUG﹕ code around lr:
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd148c 47701484 f8d36b83 f8d30480 47701484
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd149c 4604b5f8 46206ba5 6710e9d4 ffeaf7ff
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd14ac bf0c2d00 35fff04f f8d42500 b955408c
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd14bc 0206ea80 0307ea81 0103ea52 2c00d105
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd14cc 2001d1e8 2000bdf8 2000bdf8 e92dbdf8
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd14dc 46804ff7 4510e9d0 f7ff4689 f108ffcb
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd14ec 46060a04 4650460f f7a44649 4074fe82
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd14fc 4683407d 0038f8d8 f7f94659 ea54fc4b
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd150c d1040205 f7ff4640 e9c8ffb5 f8d80110
10-22 16:53:06.430 388-388/? I/DEBUG﹕ 78dd151c 46403000 479868db 1e424649 ebc24650
10-22 16:53:06.440 388-388/? I/DEBUG﹕ 78dd152c 425a0309 0203eb42 fc5cf7f3 32fff04f
10-22 16:53:06.440 388-388/? I/DEBUG﹕ 78dd153c 33fff04f e9cd4650 465a2300 f7f32300
10-22 16:53:06.440 388-388/? I/DEBUG﹕ 78dd154c e8bdfe8f 6bc38ffe 4604b5f7 2b001d05
10-22 16:53:06.440 388-388/? I/DEBUG﹕ 78dd155c 4628d049 f7f32600 2701fbd0 6be0e00d
10-22 16:53:06.440 388-388/? I/DEBUG﹕ 78dd156c 36014631 f7a43004 f04ffe44 230031ff
10-22 16:53:06.440 388-388/? I/DEBUG﹕ 78dd157c 46029700 f7f44628 6be0fa1e 68db6803
10-22 16:53:06.440 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:53:06.440 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:53:06.440 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:53:06.450 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:53:06.450 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:53:06.460 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:53:06.470 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:53:06.470 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:53:06.480 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:53:06.480 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:53:06.490 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:53:06.500 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:53:06.510 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:53:06.510 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:53:06.520 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:53:06.530 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:53:06.530 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:53:06.570 962-19835/? E/ActivityManager﹕ App crashed! Process: com.ekoapp.loop
------ Log 4 ------
10-22 16:43:22.920 16607-16607/com.ekoapp.loop A/libc﹕ Fatal signal 11 (SIGSEGV) at 0x00000094 (code=1), thread 16607 (com.ekoapp.loop)
10-22 16:43:23.030 388-388/? I/DEBUG﹕ Build fingerprint: 'htc/brightstarus_wwe/htc_m8:4.4.3/KTU84L/365360.4:user/release-keys'
10-22 16:43:23.030 388-388/? I/DEBUG﹕ Revision: '0'
10-22 16:43:23.030 388-388/? I/DEBUG﹕ pid: 16607, tid: 16607, name: com.ekoapp.loop >>> com.ekoapp.loop <<<
10-22 16:43:23.030 388-388/? I/DEBUG﹕ debuggerd: checkTellHTCSettings
10-22 16:43:23.030 388-388/? I/DEBUG﹕ signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000094
10-22 16:43:23.130 388-388/? I/DEBUG﹕ r0 00000000 r1 beb802d8 r2 00000000 r3 78a51540
10-22 16:43:23.130 388-388/? I/DEBUG﹕ r4 78d453d0 r5 00000000 r6 78d457d8 r7 78a51540
10-22 16:43:23.130 388-388/? I/DEBUG﹕ r8 beb802d0 r9 78059850 sl 419be610 fp beb8034c
10-22 16:43:23.130 388-388/? I/DEBUG﹕ ip 78d86ec1 sp beb802a8 lr 78de2eaf pc 78df763a cpsr 60070030
10-22 16:43:23.130 388-388/? I/DEBUG﹕ d0 0000000000000000 d1 0000000000000000
10-22 16:43:23.130 388-388/? I/DEBUG﹕ d2 bf80000044870000 d3 3f80000044de0000
10-22 16:43:23.130 388-388/? I/DEBUG﹕ d4 8000000000000000 d5 457c000044070000
10-22 16:43:23.130 388-388/? I/DEBUG﹕ d6 44870000c0000000 d7 000000003af2b9d6
10-22 16:43:23.130 388-388/? I/DEBUG﹕ d8 0000000000000000 d9 0000000000000000
10-22 16:43:23.130 388-388/? I/DEBUG﹕ d10 0000000000000000 d11 0000000000000000
10-22 16:43:23.130 388-388/? I/DEBUG﹕ d12 0000000000000000 d13 0000000000000000
10-22 16:43:23.130 388-388/? I/DEBUG﹕ d14 0000000000000000 d15 0000000000000000
10-22 16:43:23.130 388-388/? I/DEBUG﹕ d16 0000043800000000 d17 000006f000000000
10-22 16:43:23.130 388-388/? I/DEBUG﹕ d18 0000000200000001 d19 0000000200000001
10-22 16:43:23.130 388-388/? I/DEBUG﹕ d20 0000000000000002 d21 0000000200000001
10-22 16:43:23.130 388-388/? I/DEBUG﹕ d22 0000000200000002 d23 0000000200000001
10-22 16:43:23.130 388-388/? I/DEBUG﹕ d24 0018001700150016 d25 0019001a001a0019
10-22 16:43:23.130 388-388/? I/DEBUG﹕ d26 0000000000000000 d27 0000000000000000
10-22 16:43:23.130 388-388/? I/DEBUG﹕ d28 3fe5555560000000 d29 0000000000000000
10-22 16:43:23.130 388-388/? I/DEBUG﹕ d30 001a001a001a001a d31 0000000000000000
10-22 16:43:23.130 388-388/? I/DEBUG﹕ scr 28000013
10-22 16:43:23.140 388-388/? I/DEBUG﹕ backtrace:
10-22 16:43:23.140 388-388/? I/DEBUG﹕ #00 pc 0009b63a /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (tightdb::ArrayStringLong::find_first(tightdb::StringData, unsigned int, unsigned int) const+5)
10-22 16:43:23.140 388-388/? I/DEBUG﹕ #1 pc 00086eab /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (tightdb::StringNodetightdb::Equal::find_first_local(unsigned int, unsigned int)+450)
10-22 16:43:23.140 388-388/? I/DEBUG﹕ #2 pc 000755c1 /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (tightdb::TableViewBase::do_sync()+110)
10-22 16:43:23.140 388-388/? I/DEBUG﹕ #3 pc 0002aecf /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (Java_io_realm_internal_TableView_nativeSize+14)
10-22 16:43:23.140 388-388/? I/DEBUG﹕ #4 pc 00020a4c /system/lib/libdvm.so (dvmPlatformInvoke+112)
10-22 16:43:23.140 388-388/? I/DEBUG﹕ #5 pc 00057689 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const_, JValue_, Method const_, Thread_)+428)
10-22 16:43:23.140 388-388/? I/DEBUG﹕ #6 pc 00029ee0 /system/lib/libdvm.so
10-22 16:43:23.140 388-388/? I/DEBUG﹕ #7 pc 000327e4 /system/lib/libdvm.so (dvmMterpStd(Thread_)+76)
10-22 16:43:23.140 388-388/? I/DEBUG﹕ #8 pc 0002fd00 /system/lib/libdvm.so (dvmInterpret(Thread_, Method const_, JValue_)+232)
10-22 16:43:23.140 388-388/? I/DEBUG﹕ #9 pc 0006d89d /system/lib/libdvm.so (dvmInvokeMethod(Object_, Method const_, ArrayObject_, ArrayObject_, ClassObject_, bool)+392)
10-22 16:43:23.140 388-388/? I/DEBUG﹕ #10 pc 00077455 /system/lib/libdvm.so
10-22 16:43:23.140 388-388/? I/DEBUG﹕ #11 pc 00029ee0 /system/lib/libdvm.so
10-22 16:43:23.140 388-388/? I/DEBUG﹕ #12 pc 000327e4 /system/lib/libdvm.so (dvmMterpStd(Thread_)+76)
10-22 16:43:23.140 388-388/? I/DEBUG﹕ #13 pc 0002fd00 /system/lib/libdvm.so (dvmInterpret(Thread_, Method const_, JValue_)+232)
10-22 16:43:23.140 388-388/? I/DEBUG﹕ #14 pc 0006d56d /system/lib/libdvm.so (dvmCallMethodV(Thread_, Method const_, Object_, bool, JValue_, std::va_list)+336)
10-22 16:43:23.140 388-388/? I/DEBUG﹕ #15 pc 00052c2f /system/lib/libdvm.so
10-22 16:43:23.150 388-388/? I/DEBUG﹕ #16 pc 0004feeb /system/lib/libandroid_runtime.so
10-22 16:43:23.150 388-388/? I/DEBUG﹕ #17 pc 000510ad /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const, char const)+472)
10-22 16:43:23.150 388-388/? I/DEBUG﹕ #18 pc 000010bb /system/bin/app_process
10-22 16:43:23.150 388-388/? I/DEBUG﹕ #19 pc 0000e4db /system/lib/libc.so (__libc_init+50)
10-22 16:43:23.150 388-388/? I/DEBUG﹕ #20 pc 00000db8 /system/bin/app_process
10-22 16:43:23.150 388-388/? I/DEBUG﹕ stack:
10-22 16:43:23.150 388-388/? I/DEBUG﹕ beb80268 00000008
10-22 16:43:23.150 388-388/? I/DEBUG﹕ beb8026c 00003038
10-22 16:43:23.150 388-388/? I/DEBUG﹕ beb80270 00000008
10-22 16:43:23.150 388-388/? I/DEBUG﹕ beb80274 00000000
10-22 16:43:23.150 388-388/? I/DEBUG﹕ beb80278 78a51678 [anon:libc_malloc]
10-22 16:43:23.150 388-388/? I/DEBUG﹕ beb8027c 00000005
10-22 16:43:23.150 388-388/? I/DEBUG﹕ beb80280 beb802c7 [stack]
10-22 16:43:23.150 388-388/? I/DEBUG﹕ beb80284 78a51a10 [anon:libc_malloc]
10-22 16:43:23.150 388-388/? I/DEBUG﹕ beb80288 beb802c7 [stack]
10-22 16:43:23.150 388-388/? I/DEBUG﹕ beb8028c 78dd70df /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (tightdb::SharedGroup::grab_latest_readlock(tightdb::SharedGroup::ReadLockInfo&, bool&)+48)
10-22 16:43:23.150 388-388/? I/DEBUG﹕ beb80290 00007c90
10-22 16:43:23.150 388-388/? I/DEBUG﹕ beb80294 78a51678 [anon:libc_malloc]
10-22 16:43:23.150 388-388/? I/DEBUG﹕ beb80298 75d9d8c0 [anon:libc_malloc]
10-22 16:43:23.150 388-388/? I/DEBUG﹕ beb8029c beb802d8 [stack]
10-22 16:43:23.150 388-388/? I/DEBUG﹕ beb802a0 78a51a20 [anon:libc_malloc]
10-22 16:43:23.150 388-388/? I/DEBUG﹕ beb802a4 beb80338 [stack]
10-22 16:43:23.160 388-388/? I/DEBUG﹕ #00 beb802a8 78d453d0 [anon:libc_malloc]
10-22 16:43:23.160 388-388/? I/DEBUG﹕ beb802ac 00000000
10-22 16:43:23.160 388-388/? I/DEBUG﹕ beb802b0 78d457d8 [anon:libc_malloc]
10-22 16:43:23.160 388-388/? I/DEBUG﹕ beb802b4 beb802d8 [stack]
10-22 16:43:23.160 388-388/? I/DEBUG﹕ beb802b8 beb802d0 [stack]
10-22 16:43:23.160 388-388/? I/DEBUG﹕ beb802bc 78059850 [anon:libc_malloc]
10-22 16:43:23.160 388-388/? I/DEBUG﹕ beb802c0 419be610 [heap]
10-22 16:43:23.160 388-388/? I/DEBUG﹕ beb802c4 78de2eaf /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (tightdb::StringNodetightdb::Equal::find_first_local(unsigned int, unsigned int)+454)
10-22 16:43:23.160 388-388/? I/DEBUG﹕ #1 beb802c8 78d97ef9 /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (bool tightdb::Array::find<tightdb::Equal, (tightdb::Action)0, 0u>(long long, unsigned int, unsigned int, unsigned int, tightdb::QueryState) const)
10-22 16:43:23.160 388-388/? I/DEBUG﹕ beb802cc 00000000
10-22 16:43:23.160 388-388/? I/DEBUG﹕ beb802d0 78d9bedb /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (bool tightdb::Array::find<tightdb::NotEqual, (tightdb::Action)0, 0u>(long long, unsigned int, unsigned int, unsigned int, tightdb::QueryState) const)
10-22 16:43:23.160 388-388/? I/DEBUG﹕ beb802d4 00000000
10-22 16:43:23.160 388-388/? I/DEBUG﹕ beb802d8 7ad59b18 [anon:libc_malloc]
10-22 16:43:23.160 388-388/? I/DEBUG﹕ beb802dc 00000018
10-22 16:43:23.160 388-388/? I/DEBUG﹕ beb802e0 78da080b /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (bool tightdb::Array::find<tightdb::Less, (tightdb::Action)0, 0u>(long long, unsigned int, unsigned int, unsigned int, tightdb::QueryState_) const)
10-22 16:43:23.160 388-388/? I/DEBUG﹕ beb802e4 00000000
10-22 16:43:23.160 388-388/? I/DEBUG﹕ beb802e8 78d45740 [anon:libc_malloc]
10-22 16:43:23.160 388-388/? I/DEBUG﹕ beb802ec 78d45680 [anon:libc_malloc]
10-22 16:43:23.160 388-388/? I/DEBUG﹕ beb802f0 78d45684 [anon:libc_malloc]
10-22 16:43:23.160 388-388/? I/DEBUG﹕ beb802f4 78288008 [anon:libc_malloc]
10-22 16:43:23.160 388-388/? I/DEBUG﹕ beb802f8 41648ca8
10-22 16:43:23.160 388-388/? I/DEBUG﹕ beb802fc beb80338 [stack]
10-22 16:43:23.160 388-388/? I/DEBUG﹕ beb80300 41648ca0
10-22 16:43:23.160 388-388/? I/DEBUG﹕ beb80304 78dd15c3 /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (tightdb::TableViewBase::do_sync()+112)
10-22 16:43:23.160 388-388/? I/DEBUG﹕ #2 beb80308 78d45680 [anon:libc_malloc]
10-22 16:43:23.160 388-388/? I/DEBUG﹕ beb8030c 0000005b
10-22 16:43:23.170 388-388/? I/DEBUG﹕ beb80310 0000005b
10-22 16:43:23.170 388-388/? I/DEBUG﹕ beb80314 78d45680 [anon:libc_malloc]
10-22 16:43:23.170 388-388/? I/DEBUG﹕ beb80318 419bd070 [heap]
10-22 16:43:23.170 388-388/? I/DEBUG﹕ beb8031c 00000000
10-22 16:43:23.170 388-388/? I/DEBUG﹕ beb80320 41648ca8
10-22 16:43:23.170 388-388/? I/DEBUG﹕ beb80324 78d86ed1 /data/app-lib/com.ekoapp.loop-2/libtightdb-jni.so (Java_io_realm_internal_TableView_nativeSize+16)
10-22 16:43:23.170 388-388/? I/DEBUG﹕ memory near r1:
10-22 16:43:23.170 388-388/? I/DEBUG﹕ beb802b8 beb802d0 78059850 419be610 78de2eaf
10-22 16:43:23.170 388-388/? I/DEBUG﹕ beb802c8 78d97ef9 00000000 78d9bedb 00000000
10-22 16:43:23.180 388-388/? I/DEBUG﹕ beb802d8 7ad59b18 00000018 78da080b 00000000
10-22 16:43:23.180 388-388/? I/DEBUG﹕ beb802e8 78d45740 78d45680 78d45684 78288008
10-22 16:43:23.180 388-388/? I/DEBUG﹕ beb802f8 41648ca8 beb80338 41648ca0 78dd15c3
10-22 16:43:23.180 388-388/? I/DEBUG﹕ beb80308 78d45680 0000005b 0000005b 78d45680
10-22 16:43:23.180 388-388/? I/DEBUG﹕ beb80318 419bd070 00000000 41648ca8 78d86ed1
10-22 16:43:23.180 388-388/? I/DEBUG﹕ beb80328 6dcac518 419be600 00000003 41581a50
10-22 16:43:23.180 388-388/? I/DEBUG﹕ beb80338 41648c9c 00000001 00000000 41e19030
10-22 16:43:23.180 388-388/? I/DEBUG﹕ beb80348 00000033 415b868d 41648c9c 78bdb020
10-22 16:43:23.180 388-388/? I/DEBUG﹕ beb80358 78d86ec1 419be610 416392d8 419be600
10-22 16:43:23.180 388-388/? I/DEBUG﹕ beb80368 00000000 00000000 419be628 400b138c
10-22 16:43:23.180 388-388/? I/DEBUG﹕ beb80378 419be600 7db61a58 00000000 00000008
10-22 16:43:23.180 388-388/? I/DEBUG﹕ beb80388 41632c1c 415ed1fd 00000000 00000000
10-22 16:43:23.180 388-388/? I/DEBUG﹕ beb80398 00000000 6d8fa9c8 00000000 0000000a
10-22 16:43:23.180 388-388/? I/DEBUG﹕ beb803a8 00000000 00000018 00001b73 00000000
10-22 16:43:23.180 388-388/? I/DEBUG﹕ memory near r3:
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78a51520 00000000 00000000 00000000 00000000
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78a51530 0000000f 00000000 00000000 00000023
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78a51540 39393135 62306339 37376430 62613533
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78a51550 30306337 35303030 00000020 00000013
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78a51560 00000000 78a51560 78a51560 00000013
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78a51570 00000000 400b11c0 00000010 00000073
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78a51580 401f9260 00000001 405acc50 000009cc
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78a51590 000009cc 00000003 00000002 425f2018
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78a515a0 00000000 075bcd15 00000006 006b7001
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78a515b0 00000000 00000000 00000000 40587050
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78a515c0 00000101 425f2018 00000000 00002730
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78a515d0 656c6200 00000000 419bd010 6b697001
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78a515e0 00000000 676e7000 00000000 0000003b
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78a515f0 78e5abf8 7ac754a1 7ac75530 72631b88
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78a51600 00000003 78288498 00000000 00000000
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78a51610 72631b54 00000000 00000000 7805b030
10-22 16:43:23.180 388-388/? I/DEBUG﹕ memory near r4:
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d453b0 00000000 00000000 00000000 00000000
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d453c0 00000000 00000000 459932a0 00000133
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d453d0 78e5a7d0 00000000 7ad59bc8 7ad59bcc
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d453e0 7ad59bcc 00000000 00000001 f3f3c7e7
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d453f0 9e5b6db6 41de79e7 00000000 40240000
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d45400 00000000 00000000 00000000 00000000
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d45410 0000008e 78e5f82c 7ad59b18 00000018
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d45420 78059850 00000002 00000000 00000001
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d45430 00000000 00000000 78a51540 ffffffff
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d45440 7db8d588 00000000 78e58f10 0000003a
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d45450 66666666 40256666 00000000 00000000
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d45460 78e58e38 00000000 656c6261 72657551
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d45470 78288498 78e5f82c 0000006a 4a5f5f6c
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d45480 78e58bd8 00000000 00000000 0000006b
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d45490 3b726576 00000001 00000284 000002f1
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d454a0 00000003 00000000 78d9501b 00000000
10-22 16:43:23.180 388-388/? I/DEBUG﹕ memory near r6:
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d457b8 00000000 00000000 00000000 00000000
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d457c8 4ba97502 0000008b 00800000 00000000
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d457d8 2f303132 2b2c2d2e 2728292a 23242526
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d457e8 1f202122 1b1c1d1e 1718191a 13141516
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d457f8 02101112 0d0e0f0c 08090a0b 04050607
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d45808 3a010003 e4257460 ed83b85c a29890ee
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d45818 e9169955 4f75e656 a0374561 36d8455a
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d45828 3b8ed5bf 55efb5a8 ef2eda56 5d8b1074
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d45838 e47e126e 926e836a f9b6822e 21e2bb05
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d45848 0288a8d7 c7bd1add e7924005 00000013
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d45858 78d45680 78d45680 00c0cb0c 0000001b
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d45868 6dcba788 000000c2 00000000 00000000
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d45878 00000001 0000004b 7aae09c0 400b11f8
10-22 16:43:23.180 388-388/? I/DEBUG﹕ 78d45888 78d45898 00000000 00000018 0000001a
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78d45898 00000000 00000030 78d458b0 00000000
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78d458a8 00000030 0000001a 00000000 0000002f
10-22 16:43:23.190 388-388/? I/DEBUG﹕ memory near r7:
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78a51520 00000000 00000000 00000000 00000000
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78a51530 0000000f 00000000 00000000 00000023
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78a51540 39393135 62306339 37376430 62613533
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78a51550 30306337 35303030 00000020 00000013
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78a51560 00000000 78a51560 78a51560 00000013
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78a51570 00000000 400b11c0 00000010 00000073
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78a51580 401f9260 00000001 405acc50 000009cc
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78a51590 000009cc 00000003 00000002 425f2018
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78a515a0 00000000 075bcd15 00000006 006b7001
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78a515b0 00000000 00000000 00000000 40587050
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78a515c0 00000101 425f2018 00000000 00002730
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78a515d0 656c6200 00000000 419bd010 6b697001
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78a515e0 00000000 676e7000 00000000 0000003b
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78a515f0 78e5abf8 7ac754a1 7ac75530 72631b88
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78a51600 00000003 78288498 00000000 00000000
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78a51610 72631b54 00000000 00000000 7805b030
10-22 16:43:23.190 388-388/? I/DEBUG﹕ memory near r8:
10-22 16:43:23.190 388-388/? I/DEBUG﹕ beb802b0 78d457d8 beb802d8 beb802d0 78059850
10-22 16:43:23.190 388-388/? I/DEBUG﹕ beb802c0 419be610 78de2eaf 78d97ef9 00000000
10-22 16:43:23.190 388-388/? I/DEBUG﹕ beb802d0 78d9bedb 00000000 7ad59b18 00000018
10-22 16:43:23.190 388-388/? I/DEBUG﹕ beb802e0 78da080b 00000000 78d45740 78d45680
10-22 16:43:23.190 388-388/? I/DEBUG﹕ beb802f0 78d45684 78288008 41648ca8 beb80338
10-22 16:43:23.190 388-388/? I/DEBUG﹕ beb80300 41648ca0 78dd15c3 78d45680 0000005b
10-22 16:43:23.190 388-388/? I/DEBUG﹕ beb80310 0000005b 78d45680 419bd070 00000000
10-22 16:43:23.190 388-388/? I/DEBUG﹕ beb80320 41648ca8 78d86ed1 6dcac518 419be600
10-22 16:43:23.190 388-388/? I/DEBUG﹕ beb80330 00000003 41581a50 41648c9c 00000001
10-22 16:43:23.190 388-388/? I/DEBUG﹕ beb80340 00000000 41e19030 00000033 415b868d
10-22 16:43:23.190 388-388/? I/DEBUG﹕ beb80350 41648c9c 78bdb020 78d86ec1 419be610
10-22 16:43:23.190 388-388/? I/DEBUG﹕ beb80360 416392d8 419be600 00000000 00000000
10-22 16:43:23.190 388-388/? I/DEBUG﹕ beb80370 419be628 400b138c 419be600 7db61a58
10-22 16:43:23.190 388-388/? I/DEBUG﹕ beb80380 00000000 00000008 41632c1c 415ed1fd
10-22 16:43:23.190 388-388/? I/DEBUG﹕ beb80390 00000000 00000000 00000000 6d8fa9c8
10-22 16:43:23.190 388-388/? I/DEBUG﹕ beb803a0 00000000 0000000a 00000000 00000018
10-22 16:43:23.190 388-388/? I/DEBUG﹕ memory near r9:
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78059830 00000000 00000000 00000000 00000000
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78059840 00000000 00000000 00000000 0000001b
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78059850 78e5ada8 78288928 78e5ae20 00000000
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78059860 00000018 00000023 00140184 09180015
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78059870 09090809 11091311 11010913 090a090a
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78059880 00000a23 000000ab 00000014 00000484
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78059890 78d3be60 00000000 00000000 00000000
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 780598a0 00000000 00000000 00000000 00000000
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 780598b0 00000000 00000000 00000000 00000000
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 780598c0 00000000 00000000 00000000 00000000
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 780598d0 00000000 00000000 00000000 00000000
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 780598e0 00000000 00000000 00000000 00000000
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 780598f0 00000000 00000000 00000000 00000000
10-22 16:43:23.190 388-388/? I/DEBUG﹕ 78059900 00000000 00000000 00000000 00000000
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 78059910 00000000 00000000 00000000 00000000
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 78059920 00000000 00000000 00000000 0000001b
10-22 16:43:23.200 388-388/? I/DEBUG﹕ memory near sl:
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 419be5f0 00000000 00000800 41640008 0000045b
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 419be600 6ed69b30 41648c9c 6dcac9e8 78d10000
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 419be610 41e19030 00000000 beb80468 00000000
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 419be620 beb804bc 00000001 00000000 41581bc0
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 419be630 00000000 00000000 6cc36870 41643300
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 419be640 00000000 00000000 00000001 00006000
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 419be650 00000000 40041198 41581bc0 41586b00
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 419be660 00000000 4158abfc 4158ac70 4158ab20
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 419be670 4158ab40 4158ab9c 00000000 00000000
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 419be680 7aae9410 00000028 7cee99fd beb80468
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 419be690 6f70bac4 00000006 00001f2f 4163952c
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 419be6a0 00000000 6d8fa9c8 00000007 72637380
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 419be6b0 00000001 00000100 00000200 00000000
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 419be6c0 00000006 6ed3b1e0 6ed3b1e0 0000000b
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 419be6d0 6ed8f77c 6d8e7d30 e0a0eea4 1140e50b
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 419be6e0 a3c8e94b 5a344d98 490c6928 f06e088c
10-22 16:43:23.200 388-388/? I/DEBUG﹕ memory near fp:
10-22 16:43:23.200 388-388/? I/DEBUG﹕ beb8032c 419be600 00000003 41581a50 41648c9c
10-22 16:43:23.200 388-388/? I/DEBUG﹕ beb8033c 00000001 00000000 41e19030 00000033
10-22 16:43:23.200 388-388/? I/DEBUG﹕ beb8034c 415b868d 41648c9c 78bdb020 78d86ec1
10-22 16:43:23.200 388-388/? I/DEBUG﹕ beb8035c 419be610 416392d8 419be600 00000000
10-22 16:43:23.200 388-388/? I/DEBUG﹕ beb8036c 00000000 419be628 400b138c 419be600
10-22 16:43:23.200 388-388/? I/DEBUG﹕ beb8037c 7db61a58 00000000 00000008 41632c1c
10-22 16:43:23.200 388-388/? I/DEBUG﹕ beb8038c 415ed1fd 00000000 00000000 00000000
10-22 16:43:23.200 388-388/? I/DEBUG﹕ beb8039c 6d8fa9c8 00000000 0000000a 00000000
10-22 16:43:23.200 388-388/? I/DEBUG﹕ beb803ac 00000018 00001b73 00000000 00000018
10-22 16:43:23.200 388-388/? I/DEBUG﹕ beb803bc 00000018 41632c1c 41638df0 00000038
10-22 16:43:23.200 388-388/? I/DEBUG﹕ beb803cc 00000001 00000000 420620a8 00000000
10-22 16:43:23.200 388-388/? I/DEBUG﹕ beb803dc 00000014 00000014 41df2008 00000014
10-22 16:43:23.200 388-388/? I/DEBUG﹕ beb803ec 00000014 41632c1c 41638df0 00000033
10-22 16:43:23.200 388-388/? I/DEBUG﹕ beb803fc 420621b0 fffffe4c 420621b0 419be500
10-22 16:43:23.200 388-388/? I/DEBUG﹕ beb8040c 415e5db1 419ceb20 41648cfc 419be600
10-22 16:43:23.200 388-388/? I/DEBUG﹕ beb8041c 00000014 420621b0 41638df0 41632c1c
10-22 16:43:23.200 388-388/? I/DEBUG﹕ memory near ip:
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 78d86ea0 000c86fd 000c8828 000c86c3 0103ea52
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 78d86eb0 d004b508 6813b11a 685b4610 bd084798
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 78d86ec0 461eb570 46056813 46104614 4798691b
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 78d86ed0 46284622 f0054633 2200f885 6823b120
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 78d86ee0 68db4620 46024798 46102300 bd704619
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 78d86ef0 461eb570 46056813 46104614 4798691b
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 78d86f00 46224628 f0054633 b128f86d 21006ba3
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 78d86f10 3234f8d3 bd704618 21002000 b570bd70
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 78d86f20 6813461e 46154604 b0904610 4798691b
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 78d86f30 462a4620 f0054633 b1f0f855 4621a80c
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 78d86f40 f0069a14 9b0cfbcb 6ba8a90e 930e2200
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 78d86f50 700af500 930f9b0d 33fff04f fb20f03d
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 78d86f60 25004604 980c1c43 f04fbf04 f04f34ff
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 78d86f70 b12035ff fe52f0a4 2400e001 46202500
10-22 16:43:23.200 388-388/? I/DEBUG﹕ 78d86f80 b0104629 4605bd70 460e980c f0a4b108
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78d86f90 4628fe45 e01d4631 f096a807 e7ffff9f
10-22 16:43:23.210 388-388/? I/DEBUG﹕ memory near sp:
10-22 16:43:23.210 388-388/? I/DEBUG﹕ beb80288 beb802c7 78dd70df 00007c90 78a51678
10-22 16:43:23.210 388-388/? I/DEBUG﹕ beb80298 75d9d8c0 beb802d8 78a51a20 beb80338
10-22 16:43:23.210 388-388/? I/DEBUG﹕ beb802a8 78d453d0 00000000 78d457d8 beb802d8
10-22 16:43:23.210 388-388/? I/DEBUG﹕ beb802b8 beb802d0 78059850 419be610 78de2eaf
10-22 16:43:23.210 388-388/? I/DEBUG﹕ beb802c8 78d97ef9 00000000 78d9bedb 00000000
10-22 16:43:23.210 388-388/? I/DEBUG﹕ beb802d8 7ad59b18 00000018 78da080b 00000000
10-22 16:43:23.210 388-388/? I/DEBUG﹕ beb802e8 78d45740 78d45680 78d45684 78288008
10-22 16:43:23.210 388-388/? I/DEBUG﹕ beb802f8 41648ca8 beb80338 41648ca0 78dd15c3
10-22 16:43:23.210 388-388/? I/DEBUG﹕ beb80308 78d45680 0000005b 0000005b 78d45680
10-22 16:43:23.210 388-388/? I/DEBUG﹕ beb80318 419bd070 00000000 41648ca8 78d86ed1
10-22 16:43:23.210 388-388/? I/DEBUG﹕ beb80328 6dcac518 419be600 00000003 41581a50
10-22 16:43:23.210 388-388/? I/DEBUG﹕ beb80338 41648c9c 00000001 00000000 41e19030
10-22 16:43:23.210 388-388/? I/DEBUG﹕ beb80348 00000033 415b868d 41648c9c 78bdb020
10-22 16:43:23.210 388-388/? I/DEBUG﹕ beb80358 78d86ec1 419be610 416392d8 419be600
10-22 16:43:23.210 388-388/? I/DEBUG﹕ beb80368 00000000 00000000 419be628 400b138c
10-22 16:43:23.210 388-388/? I/DEBUG﹕ beb80378 419be600 7db61a58 00000000 00000008
10-22 16:43:23.210 388-388/? I/DEBUG﹕ code around pc:
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78df7618 1c03f802 f8020a19 46291c02 2094f8d4
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78df7628 8900e9cd fa1bf000 83fee8bd 47f0e92d
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78df7638 f8d0461f 46043094 4616460d 3ffff1b7
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78df7648 461fbf08 b1da4692 0088f100 f77e1e51
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78df7658 4682fdb3 4648e014 f77e4631 686bfdad
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78df7668 020aea6f 44424680 f8d4429a d1040114
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78df7678 68294450 e88cf77b 3601b140 e00146c2
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78df7688 0988f104 d3e642be 36fff04f e8bd4630
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78df7698 e92d87f0 240041f3 460e4607 466d4698
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78df76a8 0003e896 e8854643 46380003 f7ff4669
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78df76b8 1c42ffbd 3401d002 e7f11c42 e8bd4620
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78df76c8 e92d81fc b0854ff0 ac024690 b03cf8dd
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78df76d8 9a0e4607 4699460e 0a01f04f 0003e898
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78df76e8 e884465b 46210003 f7ff4638 1c41ff9f
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78df76f8 d00b4605 0209eb00 31fff04f 23004630
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78df7708 a000f8cd f959f7ce e7e71c6a e8bdb005
10-22 16:43:23.210 388-388/? I/DEBUG﹕ code around lr:
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78de2e8c fb88f7e1 2a01e01b f104d10c e8920248
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78de2e9c 6e620003 0003e887 46701aaa f0144639
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78de2eac e00cfbc3 46706ce2 93006ca1 6e629207
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78de2ebc a9069106 22011aad f015462b 1c43f975
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78de2ecc 6ea5d102 e0033d01 18c06e63 4635e006
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78de2edc 42b53501 af0cf4ff 30fff04f e8bdb009
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78de2eec 684283f0 4604b510 3b016813 b93b6013
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78de2efc b1106800 691b6803 68604798 fe7cf048
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78de2f0c bd104620 b5104b09 4604447b f8403308
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78de2f1c f7ff3b4c 4620ffe6 f9d0f7fd bd104620
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78de2f2c f7fd4620 f049f9cb bf00f849 00076ca0
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78de2f3c 4604b510 ffe6f7ff f0484620 4620fe5d
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78de2f4c b538bd10 680b4604 6800460d d0124298
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78de2f5c 68136862 60133b01 b110b933 691b6803
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78de2f6c 68604798 fe48f048 6023682b 681a686b
10-22 16:43:23.210 388-388/? I/DEBUG﹕ 78de2f7c 32016063 4620601a b510bd38 68004604
10-22 16:43:23.210 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:43:23.220 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:43:23.220 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:43:23.230 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:43:23.230 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:43:23.240 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:43:23.250 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:43:23.250 1233-1233/? D/WIFI_ICON﹕ WifiActivity: 3
10-22 16:43:23.250 1233-1233/? D/StatusBar.NetworkController﹕ dumpIcon[(gone) stat_sys_5signal_null|null stat_sys_wifi_signal_inandout_4 (gone) F]
10-22 16:43:23.260 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:43:23.260 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:43:23.270 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:43:23.280 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:43:23.290 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:43:23.290 1734-1747/? E/MP-Decision﹕ Update arg 1
10-22 16:43:23.290 962-1053/? W/CpuWake﹕ >>nativeReleaseCpuPerfWakeLock()
10-22 16:43:23.290 962-1053/? W/CpuWake﹕ <<nativeReleaseCpuPerfWakeLock()
10-22 16:43:23.300 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:43:23.300 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:43:23.310 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:43:23.320 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:43:23.330 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:43:23.330 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:43:23.360 962-17090/? E/ActivityManager﹕ App crashed! Process: com.ekoapp.loop
-------- Log 5 ---------
10-22 16:36:03.640 13372-13372/com.ekoapp.loop A/libc﹕ Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 13372 (com.ekoapp.loop)
10-22 16:36:03.740 388-388/? I/DEBUG﹕ Build fingerprint: 'htc/brightstarus_wwe/htc_m8:4.4.3/KTU84L/365360.4:user/release-keys'
10-22 16:36:03.740 388-388/? I/DEBUG﹕ Revision: '0'
10-22 16:36:03.740 388-388/? I/DEBUG﹕ pid: 13372, tid: 13372, name: com.ekoapp.loop >>> com.ekoapp.loop <<<
10-22 16:36:03.740 388-388/? I/DEBUG﹕ debuggerd: checkTellHTCSettings
10-22 16:36:03.740 388-388/? I/DEBUG﹕ signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
10-22 16:36:03.840 388-388/? I/DEBUG﹕ r0 78d46be0 r1 00000000 r2 78d46fd0 r3 00000000
10-22 16:36:03.840 388-388/? I/DEBUG﹕ r4 78d46e78 r5 78d46e7c r6 78d44ce8 r7 41648ca8
10-22 16:36:03.840 388-388/? I/DEBUG﹕ r8 beb80338 r9 41648ca0 sl 419be610 fp beb8034c
10-22 16:36:03.840 388-388/? I/DEBUG﹕ ip 78d86ec1 sp beb80308 lr 78dd15c3 pc 00000000 cpsr 60070010
10-22 16:36:03.840 388-388/? I/DEBUG﹕ d0 0000000000000000 d1 0000000000000000
10-22 16:36:03.840 388-388/? I/DEBUG﹕ d2 0000000000000000 d3 0000000000000050
10-22 16:36:03.840 388-388/? I/DEBUG﹕ d4 0065007400610074 d5 0000000000310024
10-22 16:36:03.840 388-388/? I/DEBUG﹕ d6 7f090004ffffffff d7 0000002500000004
10-22 16:36:03.840 388-388/? I/DEBUG﹕ d8 0000000000000000 d9 0000000044273700
10-22 16:36:03.840 388-388/? I/DEBUG﹕ d10 0000000000000000 d11 0000000000000000
10-22 16:36:03.840 388-388/? I/DEBUG﹕ d12 0000000000000000 d13 0000000000000000
10-22 16:36:03.840 388-388/? I/DEBUG﹕ d14 0000000000000000 d15 0000000000000000
10-22 16:36:03.840 388-388/? I/DEBUG﹕ d16 00720064006e0061 d17 002e00640069006f
10-22 16:36:03.840 388-388/? I/DEBUG﹕ d18 002e006900750067 d19 0070007300690044
10-22 16:36:03.840 388-388/? I/DEBUG﹕ d20 004500790061006c d21 0074006e00650076
10-22 16:36:03.840 388-388/? I/DEBUG﹕ d22 006e006e006f0043 d23 0069007400630065
10-22 16:36:03.840 388-388/? I/DEBUG﹕ d24 0018001700150016 d25 0019001a001a0019
10-22 16:36:03.840 388-388/? I/DEBUG﹕ d26 0000000000000000 d27 0000000000000000
10-22 16:36:03.840 388-388/? I/DEBUG﹕ d28 011e011d011c011b d29 0120011f011d011e
10-22 16:36:03.840 388-388/? I/DEBUG﹕ d30 001a001a001a001a d31 0000000000000000
10-22 16:36:03.840 388-388/? I/DEBUG﹕ scr 28000013
10-22 16:36:03.850 388-388/? I/DEBUG﹕ backtrace:
10-22 16:36:03.850 388-388/? I/DEBUG﹕ #00 pc 00000000
10-22 16:36:03.850 388-388/? I/DEBUG﹕ #1 pc 000755c1 /data/app-lib/com.ekoapp.loop-1/libtightdb-jni.so (tightdb::TableViewBase::do_sync()+110)
10-22 16:36:03.850 388-388/? I/DEBUG﹕ #2 pc 0002aecf /data/app-lib/com.ekoapp.loop-1/libtightdb-jni.so (Java_io_realm_internal_TableView_nativeSize+14)
10-22 16:36:03.850 388-388/? I/DEBUG﹕ #3 pc 00020a4c /system/lib/libdvm.so (dvmPlatformInvoke+112)
10-22 16:36:03.850 388-388/? I/DEBUG﹕ #4 pc 00057689 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const_, JValue_, Method const_, Thread_)+428)
10-22 16:36:03.850 388-388/? I/DEBUG﹕ #5 pc 00029ee0 /system/lib/libdvm.so
10-22 16:36:03.850 388-388/? I/DEBUG﹕ #6 pc 000327e4 /system/lib/libdvm.so (dvmMterpStd(Thread_)+76)
10-22 16:36:03.850 388-388/? I/DEBUG﹕ #7 pc 0002fd00 /system/lib/libdvm.so (dvmInterpret(Thread_, Method const_, JValue_)+232)
10-22 16:36:03.850 388-388/? I/DEBUG﹕ #8 pc 0006d89d /system/lib/libdvm.so (dvmInvokeMethod(Object_, Method const_, ArrayObject_, ArrayObject_, ClassObject_, bool)+392)
10-22 16:36:03.850 388-388/? I/DEBUG﹕ #9 pc 00077455 /system/lib/libdvm.so
10-22 16:36:03.850 388-388/? I/DEBUG﹕ #10 pc 00029ee0 /system/lib/libdvm.so
10-22 16:36:03.850 388-388/? I/DEBUG﹕ #11 pc 000327e4 /system/lib/libdvm.so (dvmMterpStd(Thread_)+76)
10-22 16:36:03.850 388-388/? I/DEBUG﹕ #12 pc 0002fd00 /system/lib/libdvm.so (dvmInterpret(Thread_, Method const_, JValue_)+232)
10-22 16:36:03.850 388-388/? I/DEBUG﹕ #13 pc 0006d56d /system/lib/libdvm.so (dvmCallMethodV(Thread_, Method const_, Object_, bool, JValue_, std::va_list)+336)
10-22 16:36:03.850 388-388/? I/DEBUG﹕ #14 pc 00052c2f /system/lib/libdvm.so
10-22 16:36:03.850 388-388/? I/DEBUG﹕ #15 pc 0004feeb /system/lib/libandroid_runtime.so
10-22 16:36:03.850 388-388/? I/DEBUG﹕ #16 pc 000510ad /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const, char const)+472)
10-22 16:36:03.850 388-388/? I/DEBUG﹕ #17 pc 000010bb /system/bin/app_process
10-22 16:36:03.850 388-388/? I/DEBUG﹕ #18 pc 0000e4db /system/lib/libc.so (__libc_init+50)
10-22 16:36:03.850 388-388/? I/DEBUG﹕ #19 pc 00000db8 /system/bin/app_process
10-22 16:36:03.850 388-388/? I/DEBUG﹕ stack:
10-22 16:36:03.850 388-388/? I/DEBUG﹕ beb802c8 78d97ef9 /data/app-lib/com.ekoapp.loop-1/libtightdb-jni.so (bool tightdb::Array::find<tightdb::Equal, (tightdb::Action)0, 0u>(long long, unsigned int, unsigned int, unsigned int, tightdb::QueryState) const)
10-22 16:36:03.850 388-388/? I/DEBUG﹕ beb802cc 00000000
10-22 16:36:03.850 388-388/? I/DEBUG﹕ beb802d0 78d9bedb /data/app-lib/com.ekoapp.loop-1/libtightdb-jni.so (bool tightdb::Array::find<tightdb::NotEqual, (tightdb::Action)0, 0u>(long long, unsigned int, unsigned int, unsigned int, tightdb::QueryState) const)
10-22 16:36:03.850 388-388/? I/DEBUG﹕ beb802d4 00000000
10-22 16:36:03.850 388-388/? I/DEBUG﹕ beb802d8 78da0597 /data/app-lib/com.ekoapp.loop-1/libtightdb-jni.so (bool tightdb::Array::find<tightdb::Greater, (tightdb::Action)0, 0u>(long long, unsigned int, unsigned int, unsigned int, tightdb::QueryState_) const)
10-22 16:36:03.850 388-388/? I/DEBUG﹕ beb802dc 00000000
10-22 16:36:03.850 388-388/? I/DEBUG﹕ beb802e0 78da080b /data/app-lib/com.ekoapp.loop-1/libtightdb-jni.so (bool tightdb::Array::find<tightdb::Less, (tightdb::Action)0, 0u>(long long, unsigned int, unsigned int, unsigned int, tightdb::QueryState*) const)
10-22 16:36:03.850 388-388/? I/DEBUG﹕ beb802e4 00000000
10-22 16:36:03.850 388-388/? I/DEBUG﹕ beb802e8 78d46f38 [anon:libc_malloc]
10-22 16:36:03.850 388-388/? I/DEBUG﹕ beb802ec 78d92d71 /data/app-lib/com.ekoapp.loop-1/libtightdb-jni.so (tightdb::Array::truncate_and_destroy_children(unsigned int)+72)
10-22 16:36:03.850 388-388/? I/DEBUG﹕ beb802f0 00000000
10-22 16:36:03.850 388-388/? I/DEBUG﹕ beb802f4 78d46e7c [anon:libc_malloc]
10-22 16:36:03.850 388-388/? I/DEBUG﹕ beb802f8 78d46e7c [anon:libc_malloc]
10-22 16:36:03.850 388-388/? I/DEBUG﹕ beb802fc 78dc4d13 /data/app-lib/com.ekoapp.loop-1/libtightdb-jni.so (tightdb::Column::clear()+12)
10-22 16:36:03.850 388-388/? I/DEBUG﹕ beb80300 78d46e78 [anon:libc_malloc]
10-22 16:36:03.850 388-388/? I/DEBUG﹕ beb80304 78dd1599 /data/app-lib/com.ekoapp.loop-1/libtightdb-jni.so (tightdb::TableViewBase::do_sync()+70)
10-22 16:36:03.850 388-388/? I/DEBUG﹕ #00 beb80308 78d46e78 [anon:libc_malloc]
10-22 16:36:03.850 388-388/? I/DEBUG﹕ ........ ........
10-22 16:36:03.850 388-388/? I/DEBUG﹕ #1 beb80308 78d46e78 [anon:libc_malloc]
10-22 16:36:03.860 388-388/? I/DEBUG﹕ beb8030c 000003cb
10-22 16:36:03.860 388-388/? I/DEBUG﹕ beb80310 000003cb
10-22 16:36:03.860 388-388/? I/DEBUG﹕ beb80314 78d46e78 [anon:libc_malloc]
10-22 16:36:03.860 388-388/? I/DEBUG﹕ beb80318 419bd070 [heap]
10-22 16:36:03.860 388-388/? I/DEBUG﹕ beb8031c 00000000
10-22 16:36:03.860 388-388/? I/DEBUG﹕ beb80320 41648ca8
10-22 16:36:03.860 388-388/? I/DEBUG﹕ beb80324 78d86ed1 /data/app-lib/com.ekoapp.loop-1/libtightdb-jni.so (Java_io_realm_internal_TableView_nativeSize+16)
10-22 16:36:03.860 388-388/? I/DEBUG﹕ #2 beb80328 6dcac518 /dev/ashmem/dalvik-LinearAlloc (deleted)
10-22 16:36:03.860 388-388/? I/DEBUG﹕ beb8032c 419be600 [heap]
10-22 16:36:03.860 388-388/? I/DEBUG﹕ beb80330 00000003
10-22 16:36:03.860 388-388/? I/DEBUG﹕ beb80334 41581a50 /system/lib/libdvm.so (dvmPlatformInvoke+116)
10-22 16:36:03.860 388-388/? I/DEBUG﹕ memory near r0:
10-22 16:36:03.860 388-388/? I/DEBUG﹕ 78d46bc0 78059fd4 78e5f82c 00000000 00000000
10-22 16:36:03.860 388-388/? I/DEBUG﹕ 78d46bd0 00000000 00000000 6f43646e 000001d9
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46be0 798e6bb8 7abb8760 00000000 00000000
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46bf0 79880cf0 00000001 00000000 006e0069
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46c00 00000000 00000000 00000000 00000000
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46c10 00000000 00650000 00000000 00000000
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46c20 000005d2 00000000 00690001 78d44ce8
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46c30 78d46b20 78d46b24 78d46b60 78a514f0
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46c40 78a514f4 78a514f4 78a53ff0 78a53ff4
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46c50 78a53ff4 00000000 00000000 00000000
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46c60 00000000 00000000 00000000 00000000
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46c70 78a53f90 00000000 78a53f90 00000001
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46c80 78a53f94 78e5f82c 00000000 00000000
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46c90 ffffffff ffffffff f542ba3f 00000119
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46ca0 7ac18778 7ac9ecd0 00000000 00000000
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46cb0 00000000 00000000 a2000000 00000000
10-22 16:36:03.870 388-388/? I/DEBUG﹕ memory near r2:
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46fb0 00000000 00000000 00000000 00000000
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46fc0 00000003 0000008b 00800000 00000000
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46fd0 2e2f3031 2a2b2c2d 26272829 22232425
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46fe0 1e1f2021 1a1b1c1d 16171819 12131415
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46ff0 0c021011 0b0d0e0f 0708090a 03040506
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d47000 00170100 00fc0019 01060105 010b0109
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d47010 000b011a 000e000d 0010000f 00210012
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d47020 00f200ec 00f400f3 00f600f5 010d00f7
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d47030 011b010e 00160011 0023001c 00c800ac
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d47040 00db00d3 00ea00df 00ed00eb 00000013
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d47050 7da22c38 400b11c0 00000010 0000002b
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d47060 65644c5b 6572672f 6f726e65 2f746f62
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d47070 6e657665 68542f74 64616572 65646f4d
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d47080 6962003b 0000001b 00090184 0160000b
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d47090 0a220b09 61fa0943 00000018 00000013
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d470a0 00020182 00030001 76697463 00000023
10-22 16:36:03.870 388-388/? I/DEBUG﹕ memory near r4:
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46e58 77d8d8d4 78e5f82c 00000000 00000000
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46e68 00000000 00000000 00000078 000000c2
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46e78 78e58c88 78e59098 78d46f38 78e5910c
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46e88 78d470d0 78d470d4 78d470d4 78d46e78
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46e98 78d470e0 00000000 78d470e0 00000001
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46ea8 78d470e4 00000001 78d44ce8 00000000
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46eb8 000005d2 00000000 00000001 78d44ce8
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46ec8 78d46db8 78d46dbc 78d46df8 78288f18
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46ed8 78288f1c 78288f1c 7805b1c0 7805b1c4
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46ee8 7805b1c4 00000000 00000000 00000000
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46ef8 00000000 00000000 00000000 78d46be0
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46f08 7805b1d0 00000000 7805b1d0 00000001
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46f18 7805b1d4 78e5f82c 00000000 00000000
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46f28 ffffffff ffffffff 00000000 00000093
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46f38 78e58e38 78d46fd0 78d46fc8 00000000
10-22 16:36:03.870 388-388/? I/DEBUG﹕ 78d46f48 ffffffff 00000000 00000000 00000000
10-22 16:36:03.880 388-388/? I/DEBUG﹕ memory near r5:
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d46e5c 78e5f82c 00000000 00000000 00000000
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d46e6c 00000000 00000078 000000c2 78e58c88
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d46e7c 78e59098 78d46f38 78e5910c 78d470d0
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d46e8c 78d470d4 78d470d4 78d46e78 78d470e0
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d46e9c 00000000 78d470e0 00000001 78d470e4
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d46eac 00000001 78d44ce8 00000000 000005d2
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d46ebc 00000000 00000001 78d44ce8 78d46db8
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d46ecc 78d46dbc 78d46df8 78288f18 78288f1c
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d46edc 78288f1c 7805b1c0 7805b1c4 7805b1c4
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d46eec 00000000 00000000 00000000 00000000
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d46efc 00000000 00000000 78d46be0 7805b1d0
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d46f0c 00000000 7805b1d0 00000001 7805b1d4
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d46f1c 78e5f82c 00000000 00000000 ffffffff
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d46f2c ffffffff 00000000 00000093 78e58e38
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d46f3c 78d46fd0 78d46fc8 00000000 ffffffff
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d46f4c 00000000 00000000 00000000 00000000
10-22 16:36:03.880 388-388/? I/DEBUG﹕ memory near r6:
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d44cc8 0101044f 01000008 0103027d 00000000
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d44cd8 00000000 00000000 00000000 00000493
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d44ce8 00000032 78d44ce0 78e58e38 798b21b0
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d44cf8 000011a8 00000002 00000002 00000010
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d44d08 fd000100 7828bae0 00000001 7828bae8
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d44d18 78d94fff 00000000 78d95073 00000000
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d44d28 78d950c9 00000000 78d97bed 00000000
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d44d38 78d9bbf5 00000000 78db6a77 00000000
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d44d48 ac8caa88 d5041006 78db6de1 00000000
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d44d58 c8bbedc4 f1925e97 72a006e5 32a89bbc
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d44d68 ffff8000 ffffffff 00007fff 00000000
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d44d78 78e58e38 798b2190 00001188 00000009
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d44d88 00000009 00000010 4f000100 78d44cf0
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d44d98 00000001 7828bae8 78d94fff 00000000
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d44da8 78d95073 00000000 78d950c9 00000000
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 78d44db8 78d97bed 00000000 78d9bbf5 00000000
10-22 16:36:03.880 388-388/? I/DEBUG﹕ memory near r7:
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 41648c88 41648cbc 78b2f6a8 6dcac518 00000006
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 41648c98 00000000 eb900019 78d46e78 00000000
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 41648ca8 41648cdc 78af74dc 6dcac9e8 78b2f6a8
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 41648cb8 00000000 78d46e78 00000000 41e26af0
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 41648cc8 41648cfc 416c8c90 6dcaaa68 78af74dc
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 41648cd8 00000000 41e26af0 6da17170 41e1d1e0
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 41648ce8 41648d24 416c8f24 6d89e608 416c8c90
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 41648cf8 00000000 41e4b9f8 00000000 42260730
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 41648d08 41648d3c 41e1d1e0 41648d40 4174bffe
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 41648d18 6d89e8b0 416c8f24 00000000 6d940cc8
10-22 16:36:03.880 388-388/? I/DEBUG﹕ 41648d28 41e1d1e0 41648d80 6ede9342 6d8a0bc8
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 41648d38 4174bffe 00000000 00000032 00000000
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 41648d48 41648d84 6ede9402 6d8a0c00 4174c07c
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 41648d58 00000000 00000000 00000032 41e00240
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 41648d68 41e1d1e0 41648da4 78b2b662 6db03218
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 41648d78 6ede9342 00000000 41e00240 41dfc7e8
10-22 16:36:03.890 388-388/? I/DEBUG﹕ memory near r8:
10-22 16:36:03.890 388-388/? I/DEBUG﹕ beb80318 419bd070 00000000 41648ca8 78d86ed1
10-22 16:36:03.890 388-388/? I/DEBUG﹕ beb80328 6dcac518 419be600 00000003 41581a50
10-22 16:36:03.890 388-388/? I/DEBUG﹕ beb80338 41648c9c 00000001 00000000 41e26af0
10-22 16:36:03.890 388-388/? I/DEBUG﹕ beb80348 00000032 415b868d 41648c9c 78bdb024
10-22 16:36:03.890 388-388/? I/DEBUG﹕ beb80358 78d86ec1 419be610 416392d8 419be600
10-22 16:36:03.890 388-388/? I/DEBUG﹕ beb80368 00000000 00000000 419be628 400b138c
10-22 16:36:03.890 388-388/? I/DEBUG﹕ beb80378 419be600 79862850 00000000 00000028
10-22 16:36:03.890 388-388/? I/DEBUG﹕ beb80388 41632c1c 415ed1fd 6f7016d4 6f7016da
10-22 16:36:03.890 388-388/? I/DEBUG﹕ beb80398 0000002a 6d8bb370 00000000 00000001
10-22 16:36:03.890 388-388/? I/DEBUG﹕ beb803a8 00000018 00000010 00000010 41df2008
10-22 16:36:03.890 388-388/? I/DEBUG﹕ beb803b8 00000010 00000010 41632c1c 41638df0
10-22 16:36:03.890 388-388/? I/DEBUG﹕ beb803c8 00000003 42259b60 fffffe4c 42259b60
10-22 16:36:03.890 388-388/? I/DEBUG﹕ beb803d8 419be500 00000014 00000014 41df2008
10-22 16:36:03.890 388-388/? I/DEBUG﹕ beb803e8 00000014 00000014 41632c1c 41638df0
10-22 16:36:03.890 388-388/? I/DEBUG﹕ beb803f8 00000032 42260730 fffffe4c 42260730
10-22 16:36:03.890 388-388/? I/DEBUG﹕ beb80408 419be500 415e5db1 419ceb20 41648cfc
10-22 16:36:03.890 388-388/? I/DEBUG﹕ memory near r9:
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 41648c80 00000000 00000008 41648cbc 78b2f6a8
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 41648c90 6dcac518 00000006 00000000 eb900019
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 41648ca0 78d46e78 00000000 41648cdc 78af74dc
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 41648cb0 6dcac9e8 78b2f6a8 00000000 78d46e78
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 41648cc0 00000000 41e26af0 41648cfc 416c8c90
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 41648cd0 6dcaaa68 78af74dc 00000000 41e26af0
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 41648ce0 6da17170 41e1d1e0 41648d24 416c8f24
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 41648cf0 6d89e608 416c8c90 00000000 41e4b9f8
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 41648d00 00000000 42260730 41648d3c 41e1d1e0
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 41648d10 41648d40 4174bffe 6d89e8b0 416c8f24
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 41648d20 00000000 6d940cc8 41e1d1e0 41648d80
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 41648d30 6ede9342 6d8a0bc8 4174bffe 00000000
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 41648d40 00000032 00000000 41648d84 6ede9402
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 41648d50 6d8a0c00 4174c07c 00000000 00000000
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 41648d60 00000032 41e00240 41e1d1e0 41648da4
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 41648d70 78b2b662 6db03218 6ede9342 00000000
10-22 16:36:03.890 388-388/? I/DEBUG﹕ memory near sl:
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 419be5f0 00000000 00000800 41640008 0000045b
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 419be600 6ede933e 41648c9c 6dcac9e8 78d10000
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 419be610 41e26af0 00000000 beb80468 00000000
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 419be620 beb804bc 00000001 00000000 41581bc0
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 419be630 00000000 00000000 6cc36870 41643300
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 419be640 00000000 00000000 00000001 00006000
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 419be650 00000000 40041198 41581bc0 41586b00
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 419be660 00000000 4158abfc 4158ac70 4158ab20
10-22 16:36:03.890 388-388/? I/DEBUG﹕ 419be670 4158ab40 4158ab9c 00000000 00000000
10-22 16:36:03.900 388-388/? I/DEBUG﹕ 419be680 7acb6690 00000028 7ce3e0c5 beb80468
10-22 16:36:03.900 388-388/? I/DEBUG﹕ 419be690 6f70bac4 00000006 00001e31 4163952c
10-22 16:36:03.900 388-388/? I/DEBUG﹕ 419be6a0 00000000 6d8bb370 00000007 72637380
10-22 16:36:03.900 388-388/? I/DEBUG﹕ 419be6b0 00000001 00000100 00000200 00000004
10-22 16:36:03.900 388-388/? I/DEBUG﹕ 419be6c0 00000002 6f7016d0 6f7016d0 00000005
10-22 16:36:03.900 388-388/? I/DEBUG﹕ 419be6d0 6f7016da 6d8bcd48 388ef263 19b04abd
10-22 16:36:03.900 388-388/? I/DEBUG﹕ 419be6e0 5560edb8 0c86499f 86e68bb0 7ceceb9e
10-22 16:36:03.900 388-388/? I/DEBUG﹕ memory near fp:
10-22 16:36:03.900 388-388/? I/DEBUG﹕ beb8032c 419be600 00000003 41581a50 41648c9c
10-22 16:36:03.900 388-388/? I/DEBUG﹕ beb8033c 00000001 00000000 41e26af0 00000032
10-22 16:36:03.900 388-388/? I/DEBUG﹕ beb8034c 415b868d 41648c9c 78bdb024 78d86ec1
10-22 16:36:03.900 388-388/? I/DEBUG﹕ beb8035c 419be610 416392d8 419be600 00000000
10-22 16:36:03.900 388-388/? I/DEBUG﹕ beb8036c 00000000 419be628 400b138c 419be600
10-22 16:36:03.900 388-388/? I/DEBUG﹕ beb8037c 79862850 00000000 00000028 41632c1c
10-22 16:36:03.900 388-388/? I/DEBUG﹕ beb8038c 415ed1fd 6f7016d4 6f7016da 0000002a
10-22 16:36:03.900 388-388/? I/DEBUG﹕ beb8039c 6d8bb370 00000000 00000001 00000018
10-22 16:36:03.900 388-388/? I/DEBUG﹕ beb803ac 00000010 00000010 41df2008 00000010
10-22 16:36:03.900 388-388/? I/DEBUG﹕ beb803bc 00000010 41632c1c 41638df0 00000003
10-22 16:36:03.900 388-388/? I/DEBUG﹕ beb803cc 42259b60 fffffe4c 42259b60 419be500
10-22 16:36:03.900 388-388/? I/DEBUG﹕ beb803dc 00000014 00000014 41df2008 00000014
10-22 16:36:03.900 388-388/? I/DEBUG﹕ beb803ec 00000014 41632c1c 41638df0 00000032
10-22 16:36:03.900 388-388/? I/DEBUG﹕ beb803fc 42260730 fffffe4c 42260730 419be500
10-22 16:36:03.900 388-388/? I/DEBUG﹕ beb8040c 415e5db1 419ceb20 41648cfc 419be600
10-22 16:36:03.900 388-388/? I/DEBUG﹕ beb8041c 00000014 42260730 41638df0 41632c1c
10-22 16:36:03.900 388-388/? I/DEBUG﹕ memory near ip:
10-22 16:36:03.900 388-388/? I/DEBUG﹕ 78d86ea0 000c86fd 000c8828 000c86c3 0103ea52
10-22 16:36:03.900 388-388/? I/DEBUG﹕ 78d86eb0 d004b508 6813b11a 685b4610 bd084798
10-22 16:36:03.900 388-388/? I/DEBUG﹕ 78d86ec0 461eb570 46056813 46104614 4798691b
10-22 16:36:03.900 388-388/? I/DEBUG﹕ 78d86ed0 46284622 f0054633 2200f885 6823b120
10-22 16:36:03.900 388-388/? I/DEBUG﹕ 78d86ee0 68db4620 46024798 46102300 bd704619
10-22 16:36:03.900 388-388/? I/DEBUG﹕ 78d86ef0 461eb570 46056813 46104614 4798691b
10-22 16:36:03.900 388-388/? I/DEBUG﹕ 78d86f00 46224628 f0054633 b128f86d 21006ba3
10-22 16:36:03.900 388-388/? I/DEBUG﹕ 78d86f10 3234f8d3 bd704618 21002000 b570bd70
10-22 16:36:03.900 388-388/? I/DEBUG﹕ 78d86f20 6813461e 46154604 b0904610 4798691b
10-22 16:36:03.900 388-388/? I/DEBUG﹕ 78d86f30 462a4620 f0054633 b1f0f855 4621a80c
10-22 16:36:03.900 388-388/? I/DEBUG﹕ 78d86f40 f0069a14 9b0cfbcb 6ba8a90e 930e2200
10-22 16:36:03.900 388-388/? I/DEBUG﹕ 78d86f50 700af500 930f9b0d 33fff04f fb20f03d
10-22 16:36:03.900 388-388/? I/DEBUG﹕ 78d86f60 25004604 980c1c43 f04fbf04 f04f34ff
10-22 16:36:03.900 388-388/? I/DEBUG﹕ 78d86f70 b12035ff fe52f0a4 2400e001 46202500
10-22 16:36:03.900 388-388/? I/DEBUG﹕ 78d86f80 b0104629 4605bd70 460e980c f0a4b108
10-22 16:36:03.900 388-388/? I/DEBUG﹕ 78d86f90 4628fe45 e01d4631 f096a807 e7ffff9f
10-22 16:36:03.900 388-388/? I/DEBUG﹕ memory near sp:
10-22 16:36:03.900 388-388/? I/DEBUG﹕ beb802e8 78d46f38 78d92d71 00000000 78d46e7c
10-22 16:36:03.900 388-388/? I/DEBUG﹕ beb802f8 78d46e7c 78dc4d13 78d46e78 78dd1599
10-22 16:36:03.900 388-388/? I/DEBUG﹕ beb80308 78d46e78 000003cb 000003cb 78d46e78
10-22 16:36:03.900 388-388/? I/DEBUG﹕ beb80318 419bd070 00000000 41648ca8 78d86ed1
10-22 16:36:03.900 388-388/? I/DEBUG﹕ beb80328 6dcac518 419be600 00000003 41581a50
10-22 16:36:03.900 388-388/? I/DEBUG﹕ beb80338 41648c9c 00000001 00000000 41e26af0
10-22 16:36:03.910 388-388/? I/DEBUG﹕ beb80348 00000032 415b868d 41648c9c 78bdb024
10-22 16:36:03.910 388-388/? I/DEBUG﹕ beb80358 78d86ec1 419be610 416392d8 419be600
10-22 16:36:03.910 388-388/? I/DEBUG﹕ beb80368 00000000 00000000 419be628 400b138c
10-22 16:36:03.910 388-388/? I/DEBUG﹕ beb80378 419be600 79862850 00000000 00000028
10-22 16:36:03.910 388-388/? I/DEBUG﹕ beb80388 41632c1c 415ed1fd 6f7016d4 6f7016da
10-22 16:36:03.910 388-388/? I/DEBUG﹕ beb80398 0000002a 6d8bb370 00000000 00000001
10-22 16:36:03.910 388-388/? I/DEBUG﹕ beb803a8 00000018 00000010 00000010 41df2008
10-22 16:36:03.910 388-388/? I/DEBUG﹕ beb803b8 00000010 00000010 41632c1c 41638df0
10-22 16:36:03.910 388-388/? I/DEBUG﹕ beb803c8 00000003 42259b60 fffffe4c 42259b60
10-22 16:36:03.910 388-388/? I/DEBUG﹕ beb803d8 419be500 00000014 00000014 41df2008
10-22 16:36:03.910 388-388/? I/DEBUG﹕ code around pc:
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 00000000 ffffffff ffffffff ffffffff ffffffff
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 00000010 ffffffff ffffffff ffffffff ffffffff
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 00000020 ffffffff ffffffff ffffffff ffffffff
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 00000030 ffffffff ffffffff ffffffff ffffffff
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 00000040 ffffffff ffffffff ffffffff ffffffff
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 00000050 ffffffff ffffffff ffffffff ffffffff
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 00000060 ffffffff ffffffff ffffffff ffffffff
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 00000070 ffffffff ffffffff ffffffff ffffffff
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 00000080 ffffffff ffffffff ffffffff ffffffff
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 00000090 ffffffff ffffffff ffffffff ffffffff
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 000000a0 ffffffff ffffffff ffffffff ffffffff
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 000000b0 ffffffff ffffffff ffffffff ffffffff
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 000000c0 ffffffff ffffffff ffffffff ffffffff
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 000000d0 ffffffff ffffffff ffffffff ffffffff
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 000000e0 ffffffff ffffffff ffffffff ffffffff
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 000000f0 ffffffff ffffffff ffffffff ffffffff
10-22 16:36:03.910 388-388/? I/DEBUG﹕ code around lr:
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 78dd15a0 46284632 31fff04f 97002300 fa09f7f4
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 78dd15b0 6ba33601 429e681b e00ed3f2 691b6803
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 78dd15c0 f8d44798 f10430b4 46210048 20acf8d4
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 78dd15d0 f8d49300 f00b30b0 f894fbbb b1133034
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 78dd15e0 f0244620 4620fc68 ff4af7ff 0110e9c4
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 78dd15f0 6cc6bdfe 2e004628 f7f3d1cc 2701fb84
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 78dd1600 b510e7d7 f7ff4604 b920ff49 e8bd4620
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 78dd1610 f7ff4010 bd10bf9e b085b5f0 460e4604
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 78dd1620 46114615 aa016b80 93012300 93039302
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 78dd1630 fd85f7f8 46311d20 f7a46ba7 4601fde0
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 78dd1640 4638462a f7f8ab01 a801fc03 fecef7a7
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 78dd1650 bdf0b005 f7a7a801 f05afec9 e92dfcb5
10-22 16:36:03.910 388-388/? I/DEBUG﹕ 78dd1660 b08543f0 46904606 aa016b80 46892300
10-22 16:36:03.920 388-388/? I/DEBUG﹕ 78dd1670 93029301 f7f89303 6833fd62 68db4630
10-22 16:36:03.920 388-388/? I/DEBUG﹕ 78dd1680 f1b84798 46073fff 4680bf08 4540d002
10-22 16:36:03.920 388-388/? I/DEBUG﹕ 78dd1690 4680bf38 1d352400 4628e00a f7a44621
10-22 16:36:03.920 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:36:03.920 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:36:03.920 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:36:03.930 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:36:03.930 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:36:03.940 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:36:03.950 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:36:03.950 1734-1747/? E/MP-Decision﹕ Update arg 1
10-22 16:36:03.950 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:36:03.950 962-1053/? W/CpuWake﹕ >>nativeReleaseCpuPerfWakeLock()
10-22 16:36:03.950 962-1053/? W/CpuWake﹕ <<nativeReleaseCpuPerfWakeLock()
10-22 16:36:03.960 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:36:03.970 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:36:03.970 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:36:03.980 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:36:03.990 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:36:03.990 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:36:04.000 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:36:04.010 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:36:04.010 388-388/? I/DEBUG﹕ --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
10-22 16:36:04.050 962-14791/? E/ActivityManager﹕ App crashed! Process: com.ekoapp.loop
The text was updated successfully, but these errors were encountered: