Linphone在某些时候在网络交换机上崩溃

时间:2016-12-02 17:12:47

标签: android linphone linphone-sdk

有时在网络交换机Linphone应用程序崩溃,错误来自ndk。

假设我正在通话并从Wifi网络切换到数据网络,那么有时会崩溃。

以下是错误

  
 A/art: art/runtime/indirect_reference_table.cc:127] JNI ERROR (app bug): local reference table overflow (max=512)
 A/art: art/runtime/indirect_reference_table.cc:127] local reference table dump:
 A/art: art/runtime/indirect_reference_table.cc:127]   Last 10 entries (of 511):
 A/art: art/runtime/indirect_reference_table.cc:127]       510: 0x12dfb530 org.linphone.core.LinphoneCall$State
 A/art: art/runtime/indirect_reference_table.cc:127]       509: 0x13c62200 org.linphone.core.LinphoneCallImpl
 A/art: art/runtime/indirect_reference_table.cc:127]       508: 0x12dfb530 org.linphone.core.LinphoneCall$State
 A/art: art/runtime/indirect_reference_table.cc:127]       507: 0x13c621e0 org.linphone.core.LinphoneCallImpl
 A/art: art/runtime/indirect_reference_table.cc:127]       506: 0x12dfb530 org.linphone.core.LinphoneCall$State
 A/art: art/runtime/indirect_reference_table.cc:127]       505: 0x12dfb470 org.linphone.core.LinphoneCall$State
 A/art: art/runtime/indirect_reference_table.cc:127]       504: 0x12dfb470 org.linphone.core.LinphoneCall$State
 A/art: art/runtime/indirect_reference_table.cc:127]       503: 0x12dfb470 org.linphone.core.LinphoneCall$State
 A/art: art/runtime/indirect_reference_table.cc:127]       502: 0x12dfb470 org.linphone.core.LinphoneCall$State
 A/art: art/runtime/indirect_reference_table.cc:127]       501: 0x12dfb470 org.linphone.core.LinphoneCall$State
 A/art: art/runtime/indirect_reference_table.cc:127]   Summary:
 A/art: art/runtime/indirect_reference_table.cc:127]       103 of org.linphone.core.LinphoneCall$State (2 unique instances)
 A/art: art/runtime/indirect_reference_table.cc:127]       200 of org.linphone.core.LinphoneCore$RegistrationState (1 unique instances)
 A/art: art/runtime/indirect_reference_table.cc:127]         2 of org.linphone.core.LinphoneCallImpl (2 unique instances)
 A/art: art/runtime/indirect_reference_table.cc:127]       200 of org.linphone.core.LinphoneProxyConfigImpl (2 unique instances)
 A/art: art/runtime/indirect_reference_table.cc:127]         2 of java.lang.Class (2 unique instances)
 A/art: art/runtime/indirect_reference_table.cc:127]         1 of java.lang.String[] (3 elements)
 A/art: art/runtime/indirect_reference_table.cc:127]         3 of java.lang.String (3 unique instances)
 A/art: art/runtime/indirect_reference_table.cc:127] 
 A/art: art/runtime/barrier.cc:90] Check failed: count_ == 0 (count_=-1, 0=0) Attempted to destroy barrier with non zero count
 A/art: art/runtime/runtime.cc:366] Runtime aborting --- recursively, so no thread-specific detail!
 A/art: art/runtime/runtime.cc:366] 
 A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 10751 (messenger.debug)


 

0 个答案:

没有答案