linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] Launch crash : Linphone with Android 4.4 (KitKat)


From: Mathieu Airault
Subject: [Linphone-developers] Launch crash : Linphone with Android 4.4 (KitKat)
Date: Thu, 22 Oct 2015 12:50:43 +0200

Hi everyone,

I figured out that the Linphone Android version crashes when it is launched on a 4.4.2 Android device. The problem only appears when the application starts, and doesn't appear everytime it is launched (I'm not sure, but it seems that it would depend on the memory state of the device).

After comparing Logs results between both situations (with and without crash), we can see that the last feedback we get, comes from the "AudioTrack" class (from mediastreamer2 lib). Specifically, it comes from the AudioTrack.init() method (line 260):

if (offset > (ptrdiff_t)sizeof(void*)){
ms_message("AudioTrack uses virtual RefBase despite it is 4.4");
impl->mRefBaseOffset=offset;
}else{
ms_message("AudioTrack needs refcounting.");
}

In case application doesn't crash, we go through the "else" part. On the other side, we go through the first tested part. 

Is anyone aware of this issue ? Did anyone solve this it ?

Here is the full error report that I get :
10-22 10:13:52.381 4227-4227/? I/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
10-22 10:13:52.381 4227-4227/? I/DEBUG: Build fingerprint: 'samsung/t03gxx/t03g:4.4.2/KOT49H/N7100XXUFOC2:user/release-keys'
10-22 10:13:52.381 4227-4227/? I/DEBUG: Revision: '11'
10-22 10:13:52.381 4227-4227/? I/DEBUG: pid: 6954, tid: 6954, name: org.linphone  >>> org.linphone <<<
10-22 10:13:52.381 4227-4227/? I/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000004
10-22 10:13:52.446 2660-3129/? D/KeyguardUpdateMonitor: sendKeyguardVisibilityChanged(true)
10-22 10:13:52.446 2660-2660/? D/KeyguardUpdateMonitor: handleKeyguardVisibilityChanged(1)
10-22 10:13:52.451 2660-2894/? D/KeyguardUpdateMonitor: sendKeyguardVisibilityChanged(true)
10-22 10:13:52.451 2660-2660/? D/KeyguardUpdateMonitor: handleKeyguardVisibilityChanged(1)
10-22 10:13:52.586 4227-4227/? I/DEBUG:     r0 00000004  r1 4004d838  r2 00000001  r3 00000004
10-22 10:13:52.586 4227-4227/? I/DEBUG:     r4 00000000  r5 4004d908  r6 4004d7f8  r7 4004d8c0
10-22 10:13:52.586 4227-4227/? I/DEBUG:     r8 7d000025  r9 00000001  sl 00000001  fp 4004d530
10-22 10:13:52.586 4227-4227/? I/DEBUG:     ip 400c9f38  sp bea26158  lr 400c20d5  pc 40230558  cpsr 00000010
10-22 10:13:52.586 4227-4227/? I/DEBUG:     d0  656e6f685353454d  d1  647541303164696f
10-22 10:13:52.586 4227-4227/? I/DEBUG:     d2  316b636172546f69  d3  466e694d74656736
10-22 10:13:52.586 4227-4227/? I/DEBUG:     d4  6e756f43656d6172  d5  7561393169504574
10-22 10:13:52.586 4227-4227/? I/DEBUG:     d6  657274735f6f6964  d7  5f657079745f6d61
10-22 10:13:52.586 4227-4227/? I/DEBUG:     d8  0000000000000000  d9  0000000000000000
10-22 10:13:52.586 4227-4227/? I/DEBUG:     d10 0000000000000000  d11 0000000000000000
10-22 10:13:52.586 4227-4227/? I/DEBUG:     d12 0000000000000000  d13 0000000000000000
10-22 10:13:52.586 4227-4227/? I/DEBUG:     d14 0000000000000000  d15 0000000000000000
10-22 10:13:52.586 4227-4227/? I/DEBUG:     d16 642f617461642f3d  d17 2e67726f2f617461
10-22 10:13:52.586 4227-4227/? I/DEBUG:     d18 0000000000000000  d19 0000000000000000
10-22 10:13:52.586 4227-4227/? I/DEBUG:     d20 0000000000000000  d21 0000003800000038
10-22 10:13:52.586 4227-4227/? I/DEBUG:     d22 0000000000000000  d23 0000000000000000
10-22 10:13:52.586 4227-4227/? I/DEBUG:     d24 0000000000000000  d25 0002000000020000
10-22 10:13:52.586 4227-4227/? I/DEBUG:     d26 0707070703030303  d27 0000000000000000
10-22 10:13:52.586 4227-4227/? I/DEBUG:     d28 3f1f1001bf5d3105  d29 0001000000010000
10-22 10:13:52.586 4227-4227/? I/DEBUG:     d30 00d9000000d70000  d31 00dd000000db0000
10-22 10:13:52.586 4227-4227/? I/DEBUG:     scr 80000010
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #00  pc 00003558  /system/lib/libcutils.so (android_atomic_inc+8)
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #01  pc 0000d0d1  /system/lib/libutils.so (android::RefBase::incStrong(void const*) const+6)
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #02  pc 00126da4  /data/app-lib/org.linphone-10/liblinphone-armeabi-v7a.so (fake_android::RefBase::incStrong(void const*) const+104)
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #03  pc 00127820  /data/app-lib/org.linphone-10/liblinphone-armeabi-v7a.so (fake_android::AudioTrackImpl::init(Library*)+300)
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #04  pc 00122afc  /data/app-lib/org.linphone-10/liblinphone-armeabi-v7a.so
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #05  pc 000eec58  /data/app-lib/org.linphone-10/liblinphone-armeabi-v7a.so (ms_snd_card_manager_register_desc+40)
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #06  pc 00103668  /data/app-lib/org.linphone-10/liblinphone-armeabi-v7a.so (ms_factory_init_voip+260)
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #07  pc 000d724b  /data/app-lib/org.linphone-10/liblinphone-armeabi-v7a.so (Java_org_linphone_core_LinphoneCoreImpl_newLinphoneCore+98)
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #08  pc 0001ea4c  /system/lib/libdvm.so (dvmPlatformInvoke+112)
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #09  pc 0004f0a3  /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #10  pc 00050d4d  /system/lib/libdvm.so (dvmResolveNativeMethod(unsigned int const*, JValue*, Method const*, Thread*)+256)
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #11  pc 00027e60  /system/lib/libdvm.so
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #12  pc 0002ee44  /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #13  pc 0002c4dc  /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #14  pc 000618cd  /system/lib/libdvm.so (dvmInvokeMethod(Object*, Method const*, ArrayObject*, ArrayObject*, ClassObject*, bool)+392)
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #15  pc 00069907  /system/lib/libdvm.so
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #16  pc 00027e60  /system/lib/libdvm.so
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #17  pc 0002ee44  /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #18  pc 0002c4dc  /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #19  pc 000615e9  /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+336)
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #20  pc 0004abd3  /system/lib/libdvm.so
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #21  pc 000529bf  /system/lib/libandroid_runtime.so
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #22  pc 00053f53  /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+354)
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #23  pc 0000105b  /system/bin/app_process
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #24  pc 0000e473  /system/lib/libc.so (__libc_init+50)
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #25  pc 00000d7c  /system/bin/app_process
10-22 10:13:52.601 4227-4227/? I/DEBUG:          bea26118  4004d530  
10-22 10:13:52.601 4227-4227/? I/DEBUG:          bea2611c  61703d0d  /data/app-lib/org.linphone-10/liblinphone-armeabi-v7a.so (ortp_logv+64)
10-22 10:13:52.601 4227-4227/? I/DEBUG:          bea26120  bea26154  [stack]
10-22 10:13:52.601 4227-4227/? I/DEBUG:          bea26124  4004d838  
10-22 10:13:52.601 4227-4227/? I/DEBUG:          bea26128  bea26174  [stack]
10-22 10:13:52.601 4227-4227/? I/DEBUG:          bea2612c  4004d7f8  
10-22 10:13:52.601 4227-4227/? I/DEBUG:          bea26130  4004d8c0  
10-22 10:13:52.601 4227-4227/? I/DEBUG:          bea26134  7d000025  
10-22 10:13:52.601 4227-4227/? I/DEBUG:          bea26138  00000001  
10-22 10:13:52.601 4227-4227/? I/DEBUG:          bea2613c  6156d698  /data/app-lib/org.linphone-10/liblinphone-armeabi-v7a.so
10-22 10:13:52.601 4227-4227/? I/DEBUG:          bea26140  4004d8c0  
10-22 10:13:52.601 4227-4227/? I/DEBUG:          bea26144  bea26154  [stack]
10-22 10:13:52.601 4227-4227/? I/DEBUG:          bea26148  00000001  
10-22 10:13:52.601 4227-4227/? I/DEBUG:          bea2614c  6156dd84  /data/app-lib/org.linphone-10/liblinphone-armeabi-v7a.so (fake_android::RefBase::incStrong(void const*) const+72)
10-22 10:13:52.601 4227-4227/? I/DEBUG:          bea26150  6186472c  /data/app-lib/org.linphone-10/liblinphone-armeabi-v7a.so
10-22 10:13:52.601 4227-4227/? I/DEBUG:          bea26154  5cddb0c4  
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #00  bea26158  4004d838  
10-22 10:13:52.601 4227-4227/? I/DEBUG:          ........  ........
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #01  bea26158  4004d838  
10-22 10:13:52.601 4227-4227/? I/DEBUG:          bea2615c  6156dda8  /data/app-lib/org.linphone-10/liblinphone-armeabi-v7a.so (fake_android::RefBase::incStrong(void const*) const+108)
10-22 10:13:52.601 4227-4227/? I/DEBUG:     #02  bea26160  00000000  
10-22 10:13:52.601 4227-4227/? I/DEBUG:          bea26164  4004d838  
10-22 10:13:52.601 4227-4227/? I/DEBUG:          bea26168  bea26174  [stack]
10-22 10:13:52.601 4227-4227/? I/DEBUG:          bea2616c  6156e824  /data/app-lib/org.linphone-10/liblinphone-armeabi-v7a.so (fake_android::AudioTrackImpl::init(Library*)+304)
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d818 00000000 00000000 40d33b5b 00000013  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d828 000000bc 00000001 40154228 0000001b  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d838 61920f18 4004d908 00000001 4004d7f8  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d848 5cddb008 0000001b 10000000 00000000  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d858 5cddb008 00000000 00000005 00000049  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d868 401541f0 401541f0 00000000 41f77000  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d878 424c2880 00000000 00000000 00000029  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d888 401541d0 401541d0 05090406 00000019  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d898 401541c0 401541c0 a05e23ff a05e23ff  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d8a8 00000048 00000012 00040184 11040005  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d8b8 a05e0213 00000013 4003bb6c 61642f61  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d8c8 6f2f6174 00000013 401056dc 2f656e6f  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d8d8 656c6966 00000013 400c269d 400c274d  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d8e8 400c25ed 0000001b 00000002 00000001  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d8f8 00000000 00000000 00000000 0000001b  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d908 400c2289 400c20cb 400c2173 400c2121  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d8e8 400c25ed 0000001b 00000002 00000001  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d8f8 00000000 00000000 00000000 0000001b  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d908 400c2289 400c20cb 400c2173 400c2121  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d918 00000000 0000003b 00000000 40d3e90d  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d928 40d3df95 40d3dc8d 00000000 40d3df2d  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d938 40d3e4a5 00000000 00000000 00000000  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d948 00000013 00000001 00000000 00000121  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d958 4004d950 4004d950 00000000 00000000  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d968 401542b0 00000000 42666552 20657361  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d978 70736564 20657469 69207469 2e342073  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d988 34200034 0029332e 6f430029 45746e75  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d998 39316950 69647561 74735f6f 6d616572  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d9a8 7079745f 6a745f65 75613000 5f6f6964  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d9b8 7074756f 665f7475 7367616c 4650745f  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d9c8 76506976 455f3453 695f3453 00000069  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d9d8 00000000 00000000 00000000 00000091  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d7d8 4004d7c8 00000000 61929720 00000013  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d7e8 00000000 4004da88 00000000 00000043  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d7f8 40d34f55 40d35985 40d33669 00000000  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d808 40d35905 40d35ad5 40d336c1 40d33725  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d818 00000000 00000000 40d33b5b 00000013  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d828 000000bc 00000001 40154228 0000001b  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d838 61920f18 4004d908 00000001 4004d7f8  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d848 5cddb008 0000001b 10000000 00000000  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d858 5cddb008 00000000 00000005 00000049  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d868 401541f0 401541f0 00000000 41f77000  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d878 424c2880 00000000 00000000 00000029  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d888 401541d0 401541d0 05090406 00000019  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d898 401541c0 401541c0 a05e23ff a05e23ff  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d8a8 00000048 00000012 00040184 11040005  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d8b8 a05e0213 00000013 4003bb6c 61642f61  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d8c8 6f2f6174 00000013 401056dc 2f656e6f  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d8a0 a05e23ff a05e23ff 00000048 00000012  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d8b0 00040184 11040005 a05e0213 00000013  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d8c0 4003bb6c 61642f61 6f2f6174 00000013  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d8d0 401056dc 2f656e6f 656c6966 00000013  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d8e0 400c269d 400c274d 400c25ed 0000001b  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d8f0 00000002 00000001 00000000 00000000  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d900 00000000 0000001b 400c2289 400c20cb  
10-22 10:13:52.616 4227-4227/? I/DEBUG:     4004d910 400c2173 400c2121 00000000 0000003b  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d920 00000000 40d3e90d 40d3df95 40d3dc8d  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d930 00000000 40d3df2d 40d3e4a5 00000000  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d940 00000000 00000000 00000013 00000001  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d950 00000000 00000121 4004d950 4004d950  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d960 00000000 00000000 401542b0 00000000  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d970 42666552 20657361 70736564 20657469  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d980 69207469 2e342073 34200034 0029332e  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d990 6f430029 45746e75 39316950 69647561  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     7d000004 ffffffff ffffffff ffffffff ffffffff  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     7d000014 ffffffff ffffffff ffffffff ffffffff  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     7d000024 ffffffff ffffffff ffffffff ffffffff  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     7d000034 ffffffff ffffffff ffffffff ffffffff  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     7d000044 ffffffff ffffffff ffffffff ffffffff  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     7d000054 ffffffff ffffffff ffffffff ffffffff  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     7d000064 ffffffff ffffffff ffffffff ffffffff  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     7d000074 ffffffff ffffffff ffffffff ffffffff  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     7d000084 ffffffff ffffffff ffffffff ffffffff  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     7d000094 ffffffff ffffffff ffffffff ffffffff  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     7d0000a4 ffffffff ffffffff ffffffff ffffffff  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     7d0000b4 ffffffff ffffffff ffffffff ffffffff  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     7d0000c4 ffffffff ffffffff ffffffff ffffffff  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     7d0000d4 ffffffff ffffffff ffffffff ffffffff  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     7d0000e4 ffffffff ffffffff ffffffff ffffffff  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     7d0000f4 ffffffff ffffffff ffffffff ffffffff  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d510 650a0112 61756779 00000018 00000013  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d520 00060184 010c0007 09120a11 0000019b  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d530 1d20040e 1d200412 1d200416 58164138  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d540 58164608 58164640 58164560 581644f0  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d550 581641a8 58163e98 58164ad8 58164480  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d560 58164a30 58163db8 58164800 581646b0  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d570 1d200432 58163f78 5817a490 1d20041a  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d580 58164448 58179b40 1d20041e 58164838  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d590 58179c98 1d200422 58163e60 58179df0  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d5a0 1d200456 581824e0 5817ded8 5817dfb8  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d5b0 1d20043a 5817a740 58163e28 1d200426  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d5c0 581641e0 58179f80 1d20043e 5817a8f0  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d5d0 1d200442 5817cea0 1d200446 5817ebd8  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d5e0 1d20044a 5817fdc0 1d20044e 58180cb0  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d5f0 1d200452 581817f0 1d20045a 58182f10  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     4004d600 1d20045e 58183318 1d20042a 5817a0f8  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     400c9f18 4013191d 401181bf 40118227 4012c799  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     400c9f28 40129868 40128934 4012fbe9 40131311  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     400c9f38 40230550 40230530 40230570 40230508  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     400c9f48 402305b4 40113d51 401408af 40128fbd  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     400c9f58 4012eb15 40131891 4014063b 4012985f  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     400c9f68 40133d2d 4012658c 4013310d 40118dd1  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     400c9f78 40118df9 40118e41 40113340 40118deb  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     400c9f88 40114a08 40114904 40126410 401262f0  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     400c9f98 40231acd 40119149 40126128 40132f9b  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     400c9fa8 401146e0 40114e14 40115060 4011514c  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     400c9fb8 40114e54 40114d90 40114e70 40127094  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     400c9fc8 4019b927 40126cb8 4019b919 401264b8  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     400c9fd8 401137dc 401150bc 40113a28 40113a48  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     400c9fe8 401264d8 4012790c 4012792c 4012685c  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     400c9ff8 401321d1 401278ec 400ca000 00001000  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     400ca008 00000001 ffffffff 4028a1a5 00000000  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     bea26138 00000001 6156d698 4004d8c0 bea26154  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     bea26148 00000001 6156dd84 6186472c 5cddb0c4  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     bea26158 4004d838 6156dda8 00000000 4004d838  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     bea26168 bea26174 6156e824 4004d8c0 00000000  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     bea26178 4004d8d0 40154384 61939fd8 4004d7e8  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     bea26188 00000001 61569b00 000006d0 00000000  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     bea26198 0000000c 0000000c 00000013 000001b8  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     bea261a8 4004da88 40116f93 0000000c 00800000  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     bea261b8 40115ef5 61929168 0000000c 61920e88  
10-22 10:13:52.621 4227-4227/? I/DEBUG:     bea261c8 41b3dc90 7d000025 41b3dc60 d6c00021  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     bea261d8 4004d530 40113d21 61704cd3 8ce713da  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     bea261e8 bea26214 4004d7e8 61929168 61920e88  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     bea261f8 41b3dc90 7d000025 41b3dc60 d6c00021  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     bea26208 4004d530 61535c5c bea26214 4004d7e8  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     bea26218 4004dcd8 6154a66c 40053860 a4800019  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     bea26228 41986180 6151e24f 24e0001d 00000000  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     40230538 e1910f9f e080c003 e1812f9c e3520000  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     40230548 1afffffa e12fff1e e1a03000 f57ff05f  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     40230558 e1930f9f e2801001 e1832f91 e3520000  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     40230568 1afffffa e12fff1e e1a03000 f57ff05f  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     40230578 e3e02000 e1930f9f e080c002 e1831f9c  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     40230588 e3510000 1afffffa e12fff1e e1a03000  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     40230598 f57ff05f e1910f9f e000c003 e1812f9c  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     402305a8 e3520000 1afffffa e12fff1e e1a03000  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     402305b8 f57ff05f e1910f9f e180c003 e1812f9c  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     402305c8 e3520000 1afffffa e12fff1e 6883b508  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     402305d8 47984608 2140ea6f ea801840 eb023290  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     402305e8 ea831302 bd082093 2203b5f8 46046943  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     402305f8 43726846 0f92ebb3 0076d923 46302104  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     40230608 ec50f7ff b1e04605 1e772200 6821e011  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     40230618 3022f851 6858e00a e00cf8d3 0c00ea07  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     40230628 102cf855 f84560d9 4673302c d1f22b00  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     400c20b4 000078c4 4604b510 ffe2f7ff f7fd4620  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     400c20c4 4620e918 b510bd10 1d206844 ea2af7fd  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     400c20d4 f7fd4620 f1b0ea28 d1085f80 f04f4621  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     400c20e4 f7fd4070 68a0ea26 68996803 bd104788  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     400c20f4 6844b510 f7fd1d20 4620ea16 ea12f7fd  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     400c2104 f1b0b138 d1085f80 4070f04f f7fd4621  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     400c2114 68a0ea10 68996803 bd104788 68186843  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     400c2124 30044770 beb4f003 4604b538 460d3004  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     400c2134 ea04f7fd d1192801 07d968e3 6823d409  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     400c2144 5f80f1b3 e00cd100 e8bd4620 f0034038  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     400c2154 68a0bea7 694a6801 47904629 07c268e0  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     400c2164 68a0d504 6801b110 4790684a b570bd38  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     400c2174 68444605 4620460e e9e0f7fd d10b2801  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     400c2184 463168a0 68da6803 68e04790 d40307c0  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     400c2194 46286829 4798684b 46314620 4070e8bd  
10-22 10:13:52.626 4227-4227/? I/DEBUG:     400c21a4 bfc2f7ff 4604b570 460e3004 e9baf7fd  

Best regards,
Mathieu


reply via email to

[Prev in Thread] Current Thread [Next in Thread]