ios – EXC_BAD_ACCESS KERN_INVALID_ADDRESS崩溃

我的应用程序在调试模式下通过 Xcode运行良好,但无论何时通过TestFlight下载,它都会崩溃,出现此错误:EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x000200013f7b9e78.

它在这条线上崩溃了.我在这个堆栈跟踪中看到了它可能与之相关的专门的Array.withUnsafeMutableBufferPoint.

self.array.sortInPlace. {
                (($0 as Dictionary<String,AnyObject>)["time"] as? String) > (($1 as Dictionary<String,AnyObject>)["time"] as? String)
            }

在Swift 1.3中我使用了sort,现在在Swift 2中我使用了sortInPlace.不确定这是否有所不同,但我确实知道sort的结果没有被调用,因为它是不可变的.

Thread : Crashed: com.apple.main-thread
    0  libswiftCore.dylib             4302688056 _swift_retain_(swift::HeapObject*) + 8
    1  App                          4295962040 specialized LiveFeedViewController.(viewDidLoad(LiveFeedViewController) -> () -> ()).(closure #3).(closure #1) (LiveFeedViewController.swift)
    2  App                          4295785356 specialized thunk (LiveFeedViewController.swift)
    3  App                          4295953880 specialized _siftDown<A where ...> (inout A,A.Index,Range<A.Index>,inout (A.Generator.Element,A.Generator.Element) -> Bool) -> () (LiveFeedViewController.swift)
    4  App                          4295952448 specialized _heapSort<A where ...> (inout A,A.Generator.Element) -> Bool) -> () (LiveFeedViewController.swift)
    5  App                          4295938144 specialized _introSortImpl<A where ...> (inout A,A.Generator.Element) -> Bool,Int) -> () (LiveFeedViewController.swift)
    6  App                          4295938120 specialized _introSortImpl<A where ...> (inout A,Int) -> () (LiveFeedViewController.swift)
    7  App                          4295938120 specialized _introSortImpl<A where ...> (inout A,Int) -> () (LiveFeedViewController.swift)
    8  App                          4295938120 specialized _introSortImpl<A where ...> (inout A,Int) -> () (LiveFeedViewController.swift)
    9  App                          4295938120 specialized _introSortImpl<A where ...> (inout A,Int) -> () (LiveFeedViewController.swift)
    10 App                          4295938120 specialized _introSortImpl<A where ...> (inout A,Int) -> () (LiveFeedViewController.swift)
    11 App                          4295938120 specialized _introSortImpl<A where ...> (inout A,Int) -> () (LiveFeedViewController.swift)
    12 App                          4295938120 specialized _introSortImpl<A where ...> (inout A,Int) -> () (LiveFeedViewController.swift)
    13 App                          4295938120 specialized _introSortImpl<A where ...> (inout A,Int) -> () (LiveFeedViewController.swift)
    14 App                          4295938120 specialized _introSortImpl<A where ...> (inout A,Int) -> () (LiveFeedViewController.swift)
    15 App                          4295960640 specialized specialized MutableCollectionType<A where ...>.sortInPlace<A where ...>((A.Generator.Element,A.Generator.Element) -> Bool) -> () (LiveFeedViewController.swift)
    16 App                          4295730388 _TPA__TTSg5GSaGVSs10DictionarySSPSs9AnyObject___GSaGS_SSPS0____Ss21MutableCollectionTypeSs_GVSs17IndexingGeneratorGSaGS_SSPS0_____GS2_GSaGS_SSPS0_____Ss13GeneratorTypeSs_GS_SSPS0____SiSiSs21RandomAccessIndexTypeSs_SiSiSs18_SignedIntegerTypeSs_SiSiSs33_BuiltinIntegerLiteralConvertibleSs_SiSiSs16SignedNumberTypeSs_SiSiS6_Ss_Si_GVSs10ArraySliceGS_SSPS0____GS8_GS_SSPS0____Ss9IndexableSsGS8_GS_SSPS0____Ss12SequenceTypeSs_GS2_GS8_GS_SSPS0_____GS2_GS8_GS_SSPS0_____S3_Ss_GS_SSPS0____SiSiSs16ForwardIndexTypeSs_SiSiS5_Ss_SiSiS6_Ss_Si_GS8_GS_SSPS0_____GS_SSPS0____GS_SSPS0______TFFeRq_Ss21MutableCollectionTypeqq_Ss16MutableIndexable5IndexSs21RandomAccessIndexType_SsS_11sortInPlaceuRq_S_qq_S0_5IndexS1__FRq_FFTqqq_Ss14CollectionType9GeneratorSs13GeneratorType7Elementqqq_S2_9GeneratorS3_7Element_SbT_U_FTGVSs20UnsafeMutablePointerQQQPS_9Generator7Element_Si_T_ (LiveFeedViewController.swift)
    17 App                          4295730548 _TPA__TTSg5GSaGVSs10DictionarySSPSs9AnyObject___GSaGS_SSPS0____Ss21MutableCollectionTypeSs_GVSs17IndexingGeneratorGSaGS_SSPS0_____GS2_GSaGS_SSPS0_____Ss13GeneratorTypeSs_GS_SSPS0____SiSiSs21RandomAccessIndexTypeSs_SiSiSs18_SignedIntegerTypeSs_SiSiSs33_BuiltinIntegerLiteralConvertibleSs_SiSiSs16SignedNumberTypeSs_SiSiS6_Ss_Si_GVSs10ArraySliceGS_SSPS0____GS8_GS_SSPS0____Ss9IndexableSsGS8_GS_SSPS0____Ss12SequenceTypeSs_GS2_GS8_GS_SSPS0_____GS2_GS8_GS_SSPS0_____S3_Ss_GS_SSPS0____SiSiSs16ForwardIndexTypeSs_SiSiS5_Ss_SiSiS6_Ss_Si_GS8_GS_SSPS0_____GS_SSPS0____GS_SSPS0______TTRGRq_Ss21MutableCollectionTypeqq_Ss16MutableIndexable5IndexSs21RandomAccessIndexType_XFo_dGVSs20UnsafeMutablePointerqqq_Ss14CollectionType9GeneratorSs13GeneratorType7Element_dSi_dT_zoPSs9ErrorType__XFo_dGS2_qqq_S3_9GeneratorS4_7Element_dSi_iT_zoPS5___ (LiveFeedViewController.swift)
    18 App                          4295730716 _TPA__TTSg5GVSs10DictionarySSPSs9AnyObject___T____TFFSa42_withUnsafeMutableBufferPointerIfSupportedu__rFRGSaq__FzFzTGVSs20UnsafeMutablePointerq__Si_qd__GSqqd___U_FzRGVSs26UnsafeMutableBufferPointerQd___Q_ (LiveFeedViewController.swift)
    19 App                          4295954668 specialized Array.withUnsafeMutableBufferPointer<A><B>((inout UnsafeMutableBufferPointer<A>) throws -> B) throws -> B (LiveFeedViewController.swift)
    20 App                          4295959880 specialized specialized MutableCollectionType<A where ...>.sortInPlace<A where ...>((A.Generator.Element,A.Generator.Element) -> Bool) -> () (LiveFeedViewController.swift)
    21 App                          4295895596 LiveFeedViewController.(viewDidLoad(LiveFeedViewController) -> () -> ()).(closure #3) (LiveFeedViewController.swift:1862)
    22 libdispatch.dylib              6875551464 _dispatch_call_block_and_release + 24
    23 libdispatch.dylib              6875551400 _dispatch_client_callout + 16
    24 libdispatch.dylib              6875573680 _dispatch_main_queue_callback_4CF + 1844
    25 CoreFoundation                 6518931960 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
    26 CoreFoundation                 6518923360 __CFRunLoopRun + 1628
    27 CoreFoundation                 6518066336 CFRunLoopRunSpecific + 384
    28 GraphicsServices               6704955528 GSEventRunModal + 180
    29 UIKit                          6609391612 UIApplicationMain + 204
    30 App                          4296344512 main (AppDelegate.swift:23)
    31 libdyld.dylib                  6875752632 start + 4

更新:

这完全在Swift 2中,数组是一个字典数组,声明为var array = [[String:AnyObject]]().它是通过附加一系列字典来填充的,就像这样.

self.dict["foo"] = 0
self.dict["bar"] = "dog"
self.array.append(self.dict)

我担心的是它在dispatch_group_notify中;它正在等待dispatch_group_leaves系列.这可能与它有关吗?看起来像这样:

dispatch_group_notify(group,queue) { () -> Void in

      self.array.sortInPlace {
          (($0["foo"] as? Int) > (($1 )["foo"] as? Int))
      }
}

解决方法

我遇到了同样的问题,但它只影响了约50%的设备,只有那些运行该应用程序发布版本的设备.我的代码没有使用dispatch_group之类的东西.

在我的情况下,我使用的代码如下:

contacts.sortInPlace({ $0.name.localizedCaseInsensitiveCompare($1.name) == .OrderedAscending })

我用以下代码替换它时修复了它:

contacts = contacts.sort({ $0.name.localizedCaseInsensitiveCompare($1.name) == .OrderedAscending })

由于它只影响有限数量的用户,在低级Swift API中崩溃,并通过替换sort来修复,我相信这是Apple代码中的一个错误.

我推荐filing a bug with Apple并在此期间使用sort.

注意:您的代码与我的代码之间的另一个相似之处是使用shorthand argument names(即$0和$1).但是,即使我用命名参数替换它们,它仍然会崩溃.

更新:许多人都是experiencing the same issue on the apple forums.根据该线程,似乎修复了最新的Xcode测试版.

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐


当我们远离最新的 iOS 16 更新版本时,我们听到了困扰 Apple 最新软件的错误和性能问题。
欧版/美版 特别说一下,美版选错了 可能会永久丧失4G,不过只有5%的概率会遇到选择运营商界面且部分必须连接到iTunes才可以激活
一般在接外包的时候, 通常第三方需要安装你的app进行测试(这时候你的app肯定是还没传到app store之前)。
前言为了让更多的人永远记住12月13日,各大厂都在这一天将应用变灰了。那么接下来我们看一下Flutter是如何实现的。Flutter中实现整个App变为灰色在Flutter中实现整个App变为灰色是非常简单的,只需要在最外层的控件上包裹ColorFiltered,用法如下:ColorFiltered(颜色过滤器)看名字就知道是增加颜色滤镜效果的,ColorFiltered( colorFilter:ColorFilter.mode(Colors.grey, BlendMode.
flutter升级/版本切换
(1)在C++11标准时,open函数的文件路径可以传char指针也可以传string指针,而在C++98标准,open函数的文件路径只能传char指针;(2)open函数的第二个参数是打开文件的模式,从函数定义可以看出,如果调用open函数时省略mode模式参数,则默认按照可读可写(ios_base:in | ios_base::out)的方式打开;(3)打开文件时的mode的模式是从内存的角度来定义的,比如:in表示可读,就是从文件读数据往内存读写;out表示可写,就是把内存数据写到文件中;
文章目录方法一:分别将图片和文字置灰UIImage转成灰度图UIColor转成灰度颜色方法二:给App整体添加灰色滤镜参考App页面置灰,本质是将彩色图像转换为灰度图像,本文提供两种方法实现,一种是App整体置灰,一种是单个页面置灰,可结合具体的业务场景使用。方法一:分别将图片和文字置灰一般情况下,App页面的颜色深度是24bit,也就是RGB各8bit;如果算上Alpha通道的话就是32bit,RGBA(或者ARGB)各8bit。灰度图像的颜色深度是8bit,这8bit表示的颜色不是彩色,而是256
领导让调研下黑(灰)白化实现方案,自己调研了两天,根据网上资料,做下记录只是学习过程中的记录,还是写作者牛逼
让学前端不再害怕英语单词(二),通过本文,可以对css,js和es6的单词进行了在逻辑上和联想上的记忆,让初学者更快的上手前端代码
用Python送你一颗跳动的爱心
在uni-app项目中实现人脸识别,既使用uni-app中的live-pusher开启摄像头,创建直播推流。通过快照截取和压缩图片,以base64格式发往后端。
商户APP调用微信提供的SDK调用微信支付模块,商户APP会跳转到微信中完成支付,支付完后跳回到商户APP内,最后展示支付结果。CSDN前端领域优质创作者,资深前端开发工程师,专注前端开发,在CSDN总结工作中遇到的问题或者问题解决方法以及对新技术的分享,欢迎咨询交流,共同学习。),验证通过打开选择支付方式弹窗页面,选择微信支付或者支付宝支付;4.可取消支付,放弃支付会返回会员页面,页面提示支付取消;2.判断支付方式,如果是1,则是微信支付方式。1.判断是否在微信内支付,需要在微信外支付。
Mac命令行修改ipa并重新签名打包
首先在 iOS 设备中打开开发者模式。位于:设置 - 隐私&安全 - 开发者模式(需重启)
一 现象导入MBProgressHUD显示信息时,出现如下异常现象Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_MBProgressHUD", referenced from: objc-class-ref in ViewController.old: symbol(s) not found for architecture x86_64clang: error: linker command failed wit
Profiles >> 加号添加 >> Distribution >> "App Store" >> 选择 2.1 创建的App ID >> 选择绑定 2.3 的发布证书(.cer)>> 输入描述文件名称 >> Generate 生成描述文件 >> Download。Certificates >> 加号添加 >> "App Store and Ad Hoc" >> “Choose File...” >> 选择上一步生成的证书请求文件 >> Continue >> Download。
今天有需求,要实现的功能大致如下:在安卓和ios端实现分享功能可以分享链接,图片,文字,视频,文件,等欢迎大佬多多来给萌新指正,欢迎大家来共同探讨。如果各位看官觉得文章有点点帮助,跪求各位给点个“一键三连”,谢啦~声明:本博文章若非特殊注明皆为原创原文链接。