- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的应用程序中有以下导航流程:
View controller A嵌入了一个navigation controller。
A 模态地呈现 B。在用户关闭 B 之前,导航 Controller 的 View Controller 设置为:[A, C]B 被解雇后,C 出现在屏幕上。
下面是如何从 B 设置 View Controller :
let appDelegate = UIApplication.sharedApplication().delegate as! AppDelegate
let rootViewController = appDelegate.window!.rootViewController as! RootNavigationController
let Ccontroller = UIViewController()
var newControllers = rootViewController.viewControllers
newControllers.append(Ccontroller)
rootViewController.viewControllers = newControllers
dispatch_async(dispatch_get_main_queue(), { () -> Void in
self.dismissViewControllerAnimated(true, completion: nil)
})
按下 Controller C 上的后退按钮后检测到僵尸。崩溃不一致。有时我浏览一次导航流程,有时我浏览这些步骤 15 次后才收到崩溃。
我查看了所有与在已释放对象和僵尸上调用函数相关的问题,但大多数与 Objective-C 中的保留/释放有关。我正在寻找 Swift 解决方案。
最常见的崩溃日志:
*** -[CALayer retain]: message sent to deallocated instance 0x14b7d8880
我们的测试人员发现了其他几个崩溃日志,我认为它们与同一个僵尸问题有关。
Thread : Crashed: com.apple.main-thread
0 libobjc.A.dylib 0x180a780b0 objc_retain + 16
1 UIKit 0x186617c88 -[UIImageView isAnimating] + 132
2 UIKit 0x186605630 -[UIImageView stopAnimating] + 112
3 UIKit 0x186605334 -[UIImageView dealloc] + 64
4 libobjc.A.dylib 0x180a5eb54 object_cxxDestructFromClass(objc_object*, objc_class*) + 148
5 libobjc.A.dylib 0x180a6a040 objc_destructInstance + 92
6 libobjc.A.dylib 0x180a6a0a0 object_dispose + 28
7 UIKit 0x1869bae80 -[UIResponder dealloc] + 140
8 UIKit 0x186604ce8 -[UIView dealloc] + 1436
9 UIKit 0x18677fee0 -[UIControl dealloc] + 72
10 UIKit 0x18677ffe8 -[UIButton dealloc] + 100
11 UIKit 0x186a59474 -[UITouch .cxx_destruct] + 136
12 libobjc.A.dylib 0x180a5eb54 object_cxxDestructFromClass(objc_object*, objc_class*) + 148
13 libobjc.A.dylib 0x180a6a040 objc_destructInstance + 92
14 libobjc.A.dylib 0x180a6a0a0 object_dispose + 28
15 UIKit 0x186643388 -[UITouch dealloc] + 72
16 CoreFoundation 0x18142e384 __CFBasicHashDrain + 276
17 CoreFoundation 0x1812e2bdc CFDictionaryRemoveAllValues + 352
18 UIKit 0x186a51310 -[UITouchesEvent _setHIDEvent:] + 136
19 UIKit 0x186606dd8 _UIApplicationHandleEventQueue + 3984
20 CoreFoundation 0x1813b0538 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
21 CoreFoundation 0x1813affcc __CFRunLoopDoSources0 + 540
22 CoreFoundation 0x1813adccc __CFRunLoopRun + 724
23 CoreFoundation 0x1812d9670 CFRunLoopRunSpecific + 384
24 GraphicsServices 0x182bb0088 GSEventRunModal + 180
25 UIKit 0x186671ec4 UIApplicationMain + 204
26 Slide 0x100062a0c main (AppDelegate.swift:14)
27 libdispatch.dylib 0x180e768b8 (Missing)
_
Thread : Crashed: com.apple.main-thread
0 QuartzCore 0x24bfe690 CA::Layer::model_layer(CA::Transaction*) + 51
1 QuartzCore 0x24bfe64d -[CALayer modelLayer] + 32
2 QuartzCore 0x24bfe64d -[CALayer modelLayer] + 32
3 QuartzCore 0x24bfe4e9 -[CALayer animationForKey:] + 56
4 UIKit 0x26b0fbb5 -[UIImageView isAnimating] + 136
5 UIKit 0x26afdee3 -[UIImageView stopAnimating] + 102
6 UIKit 0x26afdc33 -[UIImageView dealloc] + 66
7 libobjc.A.dylib 0x22169f55 object_cxxDestructFromClass(objc_object*, objc_class*) + 116
8 libobjc.A.dylib 0x22173e47 objc_destructInstance + 34
9 libobjc.A.dylib 0x22173e6b object_dispose + 14
10 UIKit 0x26e99ccd -[UIResponder dealloc] + 128
11 UIKit 0x26afd635 -[UIView dealloc] + 1428
12 UIKit 0x26c7368d -[UIControl dealloc] + 64
13 UIKit 0x26c73789 -[UIButton dealloc] + 96
14 UIKit 0x26f2c2ab -[UITouch .cxx_destruct] + 126
15 libobjc.A.dylib 0x22169f55 object_cxxDestructFromClass(objc_object*, objc_class*) + 116
16 libobjc.A.dylib 0x22173e47 objc_destructInstance + 34
17 libobjc.A.dylib 0x22173e6b object_dispose + 14
18 UIKit 0x26b3ae99 -[UITouch dealloc] + 64
19 libobjc.A.dylib 0x22184f67 objc_object::sidetable_release(bool) + 150
20 CoreFoundation 0x229f0058 __CFBasicHashDrain + 336
21 CoreFoundation 0x228e1aa5 CFDictionaryRemoveAllValues + 276
22 UIKit 0x26f264a5 -[UITouchesEvent _setHIDEvent:] + 120
23 UIKit 0x26aff2ef _UIApplicationHandleEventQueue + 3366
24 CoreFoundation 0x2298768f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 14
25 CoreFoundation 0x2298727d __CFRunLoopDoSources0 + 452
26 CoreFoundation 0x229855eb __CFRunLoopRun + 794
27 CoreFoundation 0x228d8bf9 CFRunLoopRunSpecific + 520
28 CoreFoundation 0x228d89e5 CFRunLoopRunInMode + 108
29 GraphicsServices 0x23b24ac9 GSEventRunModal + 160
30 UIKit 0x26b68ba1 UIApplicationMain + 144
31 Slide 0xccfbc main (AppDelegate.swift:14)
32 libdispatch.dylib 0x22587873 (Missing)
您将如何确定导致此问题的代码?
最佳答案
通常这种崩溃发生在你的 ViewController 被释放时。避免此崩溃的最佳做法是将您的 ViewController 作为属性。为其编写getter方法。
@property (nonatomic, strong) ViewController *aViewController;
(ViewController*)aViewController{
if(_aViewController == nil){
UIStoryboard *mainStoryboard = [UIStoryboard storyboardWithName:@"MainStoryboard" bundle: nil];
_aViewController = (aViewController*)[mainStoryboard
instantiateViewControllerWithIdentifier: @"ViewControllerIdentifier"];
}
return aViewController;
}
- (IBAction)pushViewController{
[self.navigationController pushViewController:self.aViewController animated:YES];
}
避免在导航方法中创建 ViewController 的实例。只需做一个引用并一次又一次地使用它。在您的导航方法中一次又一次地进行新引用时,您以前的 viewcontroller 实例可能会被释放。
关于ios - 我发现了一个僵尸..现在怎么办?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35322767/
我似乎无法让它发挥作用。我已经尝试过在线样本,但没有一个正是我需要的。基本上我希望能够显示从给定日期过去的天数。我下面的示例是 HTML 和 PHP 的组合,出于某些原因我不得不这样做。 Date
Closed. This question needs to be more focused。它当前不接受答案。 想改善这个问题吗?更新问题,使其仅关注editing this post的一个问题。
在此处搜索“线程关联”的答案,我发现人们对此很感兴趣,但没有什么理由可以节省可能获得稳定的 QueryPerformanceTimer 结果。 假设一个现代操作系统和一个现代 2-4 插槽工作站/服务
我有一个称为main-app的聚合物元素:
我有一个表,我想在每个插入时间记录每个订单的时间戳。但是,我得到的时间戳值为零。 这是我的架构: CREATE TABLE IF NOT EXISTS orders( orde
我正在使用 MongoDB Atlas 来托管数据库并使用这个无服务器函数查询数据: import { NextApiRequest, NextApiResponse } from "next"; /
苹果卸下了转义键,并用OLED触摸条替换了它。这对emacs用户具有影响,特别是对于具有数十年肌肉内存力才能克服此变化的UNIX/emacs用户而言。幸运的是,触摸栏逃生键似乎总是在您需要的时候出现,
抱歉,我对 DbGrids 还很陌生。 我是否应该使用查询的字段编辑器并以某种方式添加一个捕获 TIMEDIFF 的新字段,然后将其添加为我的 DbGrid 中的列? 或者我可以/应该跳过字段编辑器并
正如一本相当古老的书XUnit Patterns所写,NUnit 2.0不会为每个测试创建新的测试夹具,因此,如果测试正在操纵夹具的某种状态,则该夹具会被共享并且可能导致各种不良副作用。 还是一样吗?
我知道自2016年4月以来,Youtube API的默认配额限制为1M。 如果要增加它,我们需要向Google 发送请求。 我想知道我们可以要求的配额限制的最大值是多少? 最佳答案 根据Google开
这个问题不太可能对任何 future 的访客有帮助;它只与一个较小的地理区域、一个特定的时间点或一个非常狭窄的情况相关,通常不适用于全世界的互联网受众。如需帮助使此问题更广泛适用,visit the
{ "size": 0, "query": { "range": { "LogTime": { "gte": "now-1d",
当我尝试从终端编译这个简单的代码时: #include int main(void) { printf("%f\n",sqrt(10)); return 0; } 使用 gcc mai
我正在尝试筛选抓取一个 html 页面,以便我可以从中提取所需的有值(value)的数据并将其放入文本文件中。到目前为止,一切进展顺利,直到我在 html 页面中遇到了这个: In inventor
这是我的 结果 MySQL 表的示例: 我想将特定用户的所有日期向前移动相同的时间间隔,以便该用户的最高日期是当前时间戳。我知道如何获取以天为单位的间隔: /* result is 823 */ SE
我有一个函数需要从主视图中的几个不同位置调用。我们称它为 updateFunction。 我这样声明: - (void)updateFunction { //updates some vari
我正在尝试找出如何以某种方式嵌套回调。 var alpha = function(callback){ var x = 5; if(x > 2){ callback()
为什么我收到RangeError:超出最大调用堆栈错误?我正在尝试解析文本以找到数学并解决它。它一直有效,直到我开始实现括号'。我试图找出错误,但就是无法弄清楚。 我的代码: var alg = {
我记得几年前,没有使用 SSL 的原因之一是它占用了大量资源,因此影响了应用程序的性能。 如今,以当前的技术,这仍然是一个需要牢记的点吗? 这个问题的出现是因为一位同事担心使用 SSL 会影响他的应用
我正在将我的数据库从 sqlserver 迁移到 mysql当我在 sqlserver 中使用 getDate() 函数时,mysql 中的替换是 Now()但是 Now() 没有返回 getDate
我是一名优秀的程序员,十分优秀!