简体   繁体   English

iPhone 4s的linphone lib中的Sigabart错误(8.4.1)

[英]Sigabart error in linphone lib for iPhone 4s (8.4.1)

I have use linphone lib in on of my project. 我在我的项目中使用了linphone lib。 its working fine in my devices. 它在我的设备中正常工作。 but in client's iphone 4s with version 8.4.1 it is keep get crashing... 但在客户端版本为8.4.1的iphone 4s中,它会一直崩溃......

I found this crash log after symbolization 我在符号化后发现了这个崩溃日志

0   libsystem_kernel.dylib  vm_read_overwrite (in libsystem_kernel.dylib) + 260
1   libsystem_c.dylib   setipv4sourcefilter (in libsystem_c.dylib) + 389
2   libsystem_malloc.dylib  bitarray_set (in libsystem_malloc.dylib) + 123
3   libsystem_malloc.dylib  bitarray_zap (in libsystem_malloc.dylib) + 369
4   libsystem_malloc.dylib  szone_malloc_should_clear (in libsystem_malloc.dylib) + 3231
5   libsystem_malloc.dylib  0x00000001941d8ebb (in libsystem_malloc.dylib)
6   libsystem_malloc.dylib  0x00000001941d8da9 (in libsystem_malloc.dylib)
7   libsystem_malloc.dylib  szone_size (in libsystem_malloc.dylib) + 391
8   libsystem_c.dylib   qsort (in libsystem_c.dylib) + 71
9   linphone    belle_sip_strdup (in linphone) (belle_sip_utils.c:565)
10  linphone    belle_sip_header_set_name (in linphone) (belle_sip_headers_impl.c:36)
11  linphone    belle_sip_parameters_new (in linphone) (belle_sip_parameters.c:63)
12  linphone    belle_sip_uri_marshal (in linphone) (belle_sip_uri_impl.c:132)
13  linphone    belle_sip_object_marshal (in linphone) (belle_sip_object.c:508)
14  linphone    sal_address_as_string_uri_only (in linphone) (sal_address_impl.c:182)
15  linphone    +[FastAddressBook normalizeSipURI:] (in linphone) (FastAddressBook.m:136)
16  linphone    -[FastAddressBook loadData] (in linphone) (FastAddressBook.m:229)
17  linphone    __25-[FastAddressBook reload]_block_invoke (in linphone) (FastAddressBook.m:207)
18  AddressBook -[ABVCardParser peopleAndProperties:] (in AddressBook) + 111
19  libdispatch.dylib   0x00000001940692e3 (in libdispatch.dylib)
20  libdispatch.dylib   _dispatch_barrier_sync_slow (in libdispatch.dylib) + 305
21  libdispatch.dylib   _dispatch_queue_drain (in libdispatch.dylib) + 2247
22  libsystem_pthread.dylib 0x0000000194248db5 (in libsystem_pthread.dylib)
23  libsystem_pthread.dylib 0x0000000194248b08 (in libsystem_pthread.dylib)

can any one please guide me where this SIGABART is occurring or help for tracing this issue from above information. 任何人都可以指导我SIGABART正在发生的地方或帮助从上述信息中追踪这个问题。 Any help will be appreciated. 任何帮助将不胜感激。

I am unsure but it is likely that this may happen due to a specific contact in your client's address book. 我不确定,但很可能由于您客户的地址簿中的特定联系人而发生这种情况。 Which is not there in your device. 您的设备中没有。

Did you change the location of your .xcodeproj? 您是否更改了.xcodeproj的位置? I got the same error when i changed the file index. 当我更改文件索引时,我得到了同样的错误。 If not it has something to do with your framework search paths. 如果不是,它与您的框架搜索路径有关。 If thats the case then go into your build settings and change the framework paths to be $(SRCROOT) 如果是这样,那么进入你的构建设置并将框架路径更改为$(SRCROOT)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM