rushell0917 2016-08-22 11:27 采纳率: 0%
浏览 2826
已结题

iOS-crash:崩溃日志中只能看到自己代码的main函数,其它为系统框架调用。求助,谢谢!

崩溃日志如下,属于偶然出现,时机也没有规律。从错误类型上看属于signal 11,内存错误,但实际上 应用是在界面上挂死。
#0. Crashed: com.apple.main-thread
0 CoreFoundation 0x182045020 CFAllocatorDeallocateGC + 44
1 CoreFoundation 0x1820faf20 __CFDataDeallocate + 44
2 CoreFoundation 0x182044c84 CFRelease + 256
3 CoreFoundation 0x182199984 __CFBasicHashRemoveValue + 164
4 CoreFoundation 0x18204c26c CFBasicHashRemoveValue + 2448
5 CoreFoundation 0x1820626d4 CFDictionaryRemoveValue + 240
6 Foundation 0x18300b250 -[NSISObjectiveLinearExpression addVariable:priority:times:processVariableNewToReceiver:processVariableDroppedFromReceiver:] + 284
7 Foundation 0x1830084f8 -[NSISLinearExpression enumerateVariablesAndCoefficients:] + 284
8 Foundation 0x183011780 -[NSISObjectiveLinearExpression addExpression:priority:times:processVariableNewToReceiver:processVariableDroppedFromReceiver:] + 160
9 Foundation 0x1830116d4 -[NSISEngine addExpression:priority:times:toObjectiveRowWithHead:body:] + 116
10 Foundation 0x183010a34 -[NSLayoutConstraint _removeFromEngine:] + 204
11 UIKit 0x1877ff9a0 __57-[UIView(AdditionalLayoutSupport) _switchToLayoutEngine:]_block_invoke + 188
12 Foundation 0x183005580 -[NSISEngine withBehaviors:performModifications:] + 168
13 UIKit 0x1877ff8c4 -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 64
14 UIKit 0x1876f2a78 -[UIView(AdditionalLayoutSupport) _switchToLayoutEngine:] + 240
15 UIKit 0x1877ffc58 __57-[UIView(AdditionalLayoutSupport) _switchToLayoutEngine:]_block_invoke_2 + 200
16 UIKit 0x1877ff8d4 -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 80
17 UIKit 0x1877ffb08 __57-[UIView(AdditionalLayoutSupport) _switchToLayoutEngine:]_block_invoke + 548
18 Foundation 0x183005580 -[NSISEngine withBehaviors:performModifications:] + 168
19 UIKit 0x1877ff8c4 -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 64
20 UIKit 0x1876f2a78 -[UIView(AdditionalLayoutSupport) _switchToLayoutEngine:] + 240
21 UIKit 0x1877ffc58 __57-[UIView(AdditionalLayoutSupport) _switchToLayoutEngine:]_block_invoke_2 + 200
22 UIKit 0x1877ff8d4 -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 80
23 UIKit 0x1877ffb08 __57-[UIView(AdditionalLayoutSupport) _switchToLayoutEngine:]_block_invoke + 548
24 Foundation 0x183005580 -[NSISEngine withBehaviors:performModifications:] + 168
25 UIKit 0x1877ff8c4 -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 64
26 UIKit 0x1876f2a78 -[UIView(AdditionalLayoutSupport) _switchToLayoutEngine:] + 240
27 UIKit 0x1877ffc58 __57-[UIView(AdditionalLayoutSupport) _switchToLayoutEngine:]_block_invoke_2 + 200
28 UIKit 0x1877ff8d4 -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 80
29 UIKit 0x1877ffb08 __57-[UIView(AdditionalLayoutSupport) _switchToLayoutEngine:]_block_invoke + 548
30 Foundation 0x183005580 -[NSISEngine withBehaviors:performModifications:] + 168
31 UIKit 0x1877ff8c4 -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 64
32 UIKit 0x1876f2a78 -[UIView(AdditionalLayoutSupport) _switchToLayoutEngine:] + 240
33 UIKit 0x1876f232c __45-[UIView(Hierarchy) _postMovedFromSuperview:]_block_invoke + 116
34 Foundation 0x183005580 -[NSISEngine withBehaviors:performModifications:] + 168
35 UIKit 0x1876f21d4 -[UIView(Hierarchy) _postMovedFromSuperview:] + 532
36 UIKit 0x187a04834 __UIViewWasRemovedFromSuperview + 228
37 UIKit 0x1876f0bf8 -[UIView(Hierarchy) removeFromSuperview] + 412
38 UIKit 0x1877cd73c -[UINavigationTransitionView _cleanupTransition] + 124
39 UIKit 0x187732d3c -[UIViewAnimationState sendDelegateAnimationDidStop:finished:] + 312
40 UIKit 0x187730fb8 +[UIViewAnimationState popAnimationState] + 324
41 UIKit 0x1877c14c4 -[UINavigationTransitionView transition:fromView:toView:] + 1792
42 UIKit 0x1877b7098 -[UINavigationController _startTransition:fromViewController:toViewController:] + 2696
43 UIKit 0x1877b6244 -[UINavigationController _startDeferredTransitionIfNeeded:] + 868
44 UIKit 0x1877b5e6c -[UINavigationController __viewWillLayoutSubviews] + 60
45 UIKit 0x1877b5dd4 -[UILayoutContainerView layoutSubviews] + 208
46 UIKit 0x1876f37ac -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 644
47 QuartzCore 0x186ef2b58 -[CALayer layoutSublayers] + 148
48 QuartzCore 0x186eed764 CA::Layer::layout_if_needed(CA::Transaction*) + 292
49 QuartzCore 0x186eed624 CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 32
50 QuartzCore 0x186eeccc0 CA::Context::commit_transaction(CA::Transaction*) + 252
51 QuartzCore 0x186eeca08 CA::Transaction::commit() + 512
52 QuartzCore 0x186ee60f8 CA::Transaction::observer_callback(
_CFRunLoopObserver*, unsigned long, void*) + 80
53 CoreFoundation 0x18211bbd0 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 32
54 CoreFoundation 0x182119974 __CFRunLoopDoObservers + 372
55 CoreFoundation 0x182119da4 __CFRunLoopRun + 928
56 CoreFoundation 0x182048ca0 CFRunLoopRunSpecific + 384
57 GraphicsServices 0x18d284088 GSEventRunModal + 180
58 UIKit 0x187760ffc UIApplicationMain + 204
59 MyApp 0x10019d194 main (main.m:17)
60 libdyld.dylib 0x1975668b8 start + 4

  • 写回答

1条回答 默认 最新

  • oyljerry 2016-08-22 13:31
    关注

    可以再加log等 再结合crash来一起分析

    评论

报告相同问题?

悬赏问题

  • ¥20 怎么在stm32门禁成品上增加记录功能
  • ¥15 Source insight编写代码后使用CCS5.2版本import之后,代码跳到注释行里面
  • ¥50 NT4.0系统 STOP:0X0000007B
  • ¥15 想问一下stata17中这段代码哪里有问题呀
  • ¥15 flink cdc无法实时同步mysql数据
  • ¥100 有人会搭建GPT-J-6B框架吗?有偿
  • ¥15 求差集那个函数有问题,有无佬可以解决
  • ¥15 【提问】基于Invest的水源涵养
  • ¥20 微信网友居然可以通过vx号找到我绑的手机号
  • ¥15 解riccati方程组