Skip to content

Instantly share code, notes, and snippets.

@plu
Created October 6, 2015 08:29
Show Gist options
  • Save plu/9eaa9851ebdfa02a0c6a to your computer and use it in GitHub Desktop.
Save plu/9eaa9851ebdfa02a0c6a to your computer and use it in GitHub Desktop.
2015-10-06 10:29:36.247 Kleinanzeigen[39028:6592490] This application is modifying the autolayout engine from a background thread, which can lead to engine corruption and weird crashes. This will cause an exception in a future release.
Stack:(
0 CoreFoundation 0x000000010658ff65 __exceptionPreprocess + 165
1 libobjc.A.dylib 0x0000000106009deb objc_exception_throw + 48
2 CoreFoundation 0x000000010658fe9d +[NSException raise:format:] + 205
3 Foundation 0x00000001032e43b5 _AssertAutolayoutOnMainThreadOnly + 79
4 Foundation 0x00000001031449d2 -[NSISEngine optimize] + 49
5 Foundation 0x0000000103145294 -[NSISEngine withBehaviors:performModifications:] + 245
6 UIKit 0x0000000104497637 -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 58
7 UIKit 0x000000010449817a -[UIView(AdditionalLayoutSupport) updateConstraintsIfNeeded] + 254
8 UIKit 0x0000000104488832 -[UIWindow(UIConstraintBasedLayout) updateConstraintsIfNeeded] + 108
9 UIKit 0x0000000104498e8f -[UIView(AdditionalLayoutSupport) _updateConstraintsAtEngineLevelIfNeeded] + 272
10 UIKit 0x0000000103cb760c -[UIView(Hierarchy) _updateConstraintsAsNecessaryAndApplyLayoutFromEngine] + 159
11 UIKit 0x0000000103c955a6 -[UIWindow layoutSubviews] + 43
12 UIKit 0x0000000103cc711c -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 710
13 QuartzCore 0x000000010396836a -[CALayer layoutSublayers] + 146
14 QuartzCore 0x000000010395cbd0 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 366
15 QuartzCore 0x000000010395ca4e _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 24
16 QuartzCore 0x00000001039511d5 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 277
17 QuartzCore 0x000000010397e9f0 _ZN2CA11Transaction6commitEv + 508
18 QuartzCore 0x000000010397f154 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 92
19 CoreFoundation 0x00000001064bb9d7 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
20 CoreFoundation 0x00000001064bb947 __CFRunLoopDoObservers + 391
21 CoreFoundation 0x00000001064b0ebc CFRunLoopRunSpecific + 524
22 WebCore 0x000000010d42b305 _ZL12RunWebThreadPv + 469
23 libsystem_pthread.dylib 0x000000010779205a _pthread_body + 131
24 libsystem_pthread.dylib 0x0000000107791fd7 _pthread_body + 0
25 libsystem_pthread.dylib 0x000000010778f3ed thread_start + 13
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment