1

有时在网络交换机上 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)


 
4

0 回答 0