简体   繁体   English

FBSession __destroy_helper_block_崩溃

[英]FBSession __destroy_helper_block_ crash

I am getting a fairly constant stream of facebook related crashes in an app with 150k users. 在拥有15万用户的应用程序中,我得到了与Facebook相关的崩溃相当稳定的流。 2-3% of users who try to sync to facebook seem to be getting this crash. 尝试同步到Facebook的用户中,有2-3%似乎会发生此崩溃。 It looks like maybe the block is released 2x?, some key info from the crash report is posted below. 似乎该块已释放2x ?,崩溃报告中的一些关键信息在下面发布。 Any ideas where to approach this from since its in the facebook SDK's code? 自Facebook SDK的代码以来,有什么想法可以解决这个问题?

__destroy_helper_block_
in FBSession.m, line 1153

Exception Type:  SIGSEGV
Exception Codes: SEGV_ACCERR at 0xc
Crashed Thread:  0
 Thread 0 Crashed: 0 libobjc.A.dylib 0x3b43fb26 _objc_msgSend + 6 1 libobjc.A.dylib 0x3b44fb0b objc_object::sidetable_release(bool) + 175 2 Memoir 0x0010719b __destroy_helper_block_ (FBSession.m:1153) 3 libsystem_blocks.dylib 0x3b969ac5 __Block_release + 217 4 libsystem_blocks.dylib 0x3b969ac5 __Block_release + 217 5 libdispatch.dylib 0x3b927d67 _dispatch_client_callout + 23 6 libdispatch.dylib 0x3b92e7c1 _dispatch_main_queue_callback_4CF$VARIANT$mp + 269 7 CoreFoundation 0x31038821 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9 8 CoreFoundation 0x310370f5 __CFRunLoopRun + 1301 9 CoreFoundation 0x30fa1ce7 _CFRunLoopRunSpecific + 523 10 CoreFoundation 0x30fa1acb _CFRunLoopRunInMode + 107 11 GraphicsServices 0x35cc2283 _GSEventRunModal + 139 12 UIKit 0x33843a41 _UIApplicationMain + 1137 13 Memoir 0x00096353 main (main.m:20) 

This ended up being an internal bug in the Facebook SDK. 最终这是Facebook SDK中的内部错误。 An update eventually fixed this. 更新最终解决了这个问题。

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

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