You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Gauri Shankar (JIRA)" <ji...@apache.org> on 2016/05/30 12:26:12 UTC

[jira] [Created] (CB-11335) 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

Gauri Shankar created CB-11335:
----------------------------------

             Summary: 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
                 Key: CB-11335
                 URL: https://issues.apache.org/jira/browse/CB-11335
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS
            Reporter: Gauri Shankar
            Priority: Critical


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                      0x000000010d9b9d85 __exceptionPreprocess + 165
	1   libobjc.A.dylib                     0x000000010d42ddeb objc_exception_throw + 48
	2   CoreFoundation                      0x000000010d9b9cbd +[NSException raise:format:] + 205
	3   Foundation                          0x000000010cad9b6b _AssertAutolayoutOnMainThreadOnly + 79
	4   Foundation                          0x000000010c939357 -[NSISEngine withBehaviors:performModifications:] + 31
	5   UIKit                               0x000000010bc6cadb -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 58
	6   UIKit                               0x000000010bc6d61e -[UIView(AdditionalLayoutSupport) updateConstraintsIfNeeded] + 254
	7   UIKit                               0x000000010bc6e333 -[UIView(AdditionalLayoutSupport) _updateConstraintsAtEngineLevelIfNeeded] + 272
	8   UIKit                               0x000000010b422a96 -[UIView(Hierarchy) _updateConstraintsAsNecessaryAndApplyLayoutFromEngine] + 159
	9   UIKit                               0x000000010b432980 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 703
	10  QuartzCore                          0x000000010a593c00 -[CALayer layoutSublayers] + 146
	11  QuartzCore                          0x000000010a58808e _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 366
	12  QuartzCore                          0x000000010a587f0c _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 24
	13  QuartzCore                          0x000000010a57c3c9 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 277
	14  QuartzCore                          0x000000010a5aa086 _ZN2CA11Transaction6commitEv + 486
	15  QuartzCore                          0x000000010a5aa378 _ZN2CA11Transaction14release_threadEPv + 224
	16  libsystem_pthread.dylib             0x000000010e45a387 _pthread_tsd_cleanup + 470
	17  libsystem_pthread.dylib             0x000000010e459f63 _pthread_exit + 117
	18  libsystem_pthread.dylib             0x000000010e45ac0e pthread_exit + 30
	19  Foundation                          0x000000010c96df1e __NSFinalizeThreadData + 0
	20  Foundation                          0x000000010c9ee13f __NSThread__start__ + 1218
	21  libsystem_pthread.dylib             0x000000010e45899d _pthread_body + 131
	22  libsystem_pthread.dylib             0x000000010e45891a _pthread_body + 0
	23  libsystem_pthread.dylib             0x000000010e456351 thread_start + 13
)
2016-05-30 17:54:47.406 EnergBank[55245:1849532] 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                      0x000000010d9b9d85 __exceptionPreprocess + 165
	1   libobjc.A.dylib                     0x000000010d42ddeb objc_exception_throw + 48
	2   CoreFoundation                      0x000000010d9b9cbd +[NSException raise:format:] + 205
	3   Foundation                          0x000000010cad9b6b _AssertAutolayoutOnMainThreadOnly + 79
	4   Foundation                          0x000000010c939357 -[NSISEngine withBehaviors:performModifications:] + 31
	5   UIKit                               0x000000010bc6cadb -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 58
	6   UIKit                               0x000000010bc6d45d -[UIView(AdditionalLayoutSupport) _updateConstraintsIfNeededAccumulatingViewsNeedingSecondPassAndViewsNeedingBaselineUpdate:forSecondPass:] + 154
	7   UIKit                               0x000000010bc6dac1 __60-[UIView(AdditionalLayoutSupport) updateConstraintsIfNeeded]_block_invoke + 98
	8   Foundation                          0x000000010c9393d3 -[NSISEngine withBehaviors:performModifications:] + 155
	9   UIKit                               0x000000010bc6cadb -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 58
	10  UIKit                               0x000000010bc6d61e -[UIView(AdditionalLayoutSupport) updateConstraintsIfNeeded] + 254
	11  UIKit                               0x000000010bc6e333 -[UIView(AdditionalLayoutSupport) _updateConstraintsAtEngineLevelIfNeeded] + 272
	12  UIKit                               0x000000010b422a96 -[UIView(Hierarchy) _updateConstraintsAsNecessaryAndApplyLayoutFromEngine] + 159
	13  UIKit                               0x000000010b432980 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 703
	14  QuartzCore                          0x000000010a593c00 -[CALayer layoutSublayers] + 146
	15  QuartzCore                          0x000000010a58808e _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 366
	16  QuartzCore                          0x000000010a587f0c _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 24
	17  QuartzCore                          0x000000010a57c3c9 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 277
	18  QuartzCore                          0x000000010a5aa086 _ZN2CA11Transaction6commitEv + 486
	19  QuartzCore                          0x000000010a5aa378 _ZN2CA11Transaction14release_threadEPv + 224
	20  libsystem_pthread.dylib             0x000000010e45a387 _pthread_tsd_cleanup + 470
	21  libsystem_pthread.dylib             0x000000010e459f63 _pthread_exit + 117
	22  libsystem_pthread.dylib             0x000000010e45ac0e pthread_exit + 30
	23  Foundation                          0x000000010c96df1e __NSFinalizeThreadData + 0
	24  Foundation                          0x000000010c9ee13f __NSThread__start__ + 1218
	25  libsystem_pthread.dylib             0x000000010e45899d _pthread_body + 131
	26  libsystem_pthread.dylib             0x000000010e45891a _pthread_body + 0
	27  libsystem_pthread.dylib             0x000000010e456351 thread_start + 13
)
2016-05-30 17:54:47.409 EnergBank[55245:1849532] 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                      0x000000010d9b9d85 __exceptionPreprocess + 165
	1   libobjc.A.dylib                     0x000000010d42ddeb objc_exception_throw + 48
	2   CoreFoundation                      0x000000010d9b9cbd +[NSException raise:format:] + 205
	3   Foundation                          0x000000010cad9b6b _AssertAutolayoutOnMainThreadOnly + 79
	4   Foundation                          0x000000010cad9a62 -[NSISEngine _optimizeWithoutRebuilding] + 49
	5   Foundation                          0x000000010c938c0f -[NSISEngine optimize] + 46
	6   Foundation                          0x000000010c93942d -[NSISEngine withBehaviors:performModifications:] + 245
	7   UIKit                               0x000000010bc6cadb -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 58
	8   UIKit                               0x000000010bc6d61e -[UIView(AdditionalLayoutSupport) updateConstraintsIfNeeded] + 254
	9   UIKit                               0x000000010bc6e333 -[UIView(AdditionalLayoutSupport) _updateConstraintsAtEngineLevelIfNeeded] + 272
	10  UIKit                               0x000000010b422a96 -[UIView(Hierarchy) _updateConstraintsAsNecessaryAndApplyLayoutFromEngine] + 159
	11  UIKit                               0x000000010b432980 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 703
	12  QuartzCore                          0x000000010a593c00 -[CALayer layoutSublayers] + 146
	13  QuartzCore                          0x000000010a58808e _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 366
	14  QuartzCore                          0x000000010a587f0c _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 24
	15  QuartzCore                          0x000000010a57c3c9 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 277
	16  QuartzCore                          0x000000010a5aa086 _ZN2CA11Transaction6commitEv + 486
	17  QuartzCore                          0x000000010a5aa378 _ZN2CA11Transaction14release_threadEPv + 224
	18  libsystem_pthread.dylib             0x000000010e45a387 _pthread_tsd_cleanup + 470
	19  libsystem_pthread.dylib             0x000000010e459f63 _pthread_exit + 117
	20  libsystem_pthread.dylib             0x000000010e45ac0e pthread_exit + 30
	21  Foundation                          0x000000010c96df1e __NSFinalizeThreadData + 0
	22  Foundation                          0x000000010c9ee13f __NSThread__start__ + 1218
	23  libsystem_pthread.dylib             0x000000010e45899d _pthread_body + 131
	24  libsystem_pthread.dylib             0x000000010e45891a _pthread_body + 0
	25  libsystem_pthread.dylib             0x000000010e456351 thread_start + 13
)
2016-05-30 17:54:47.411 EnergBank[55245:1849532] 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                      0x000000010d9b9d85 __exceptionPreprocess + 165
	1   libobjc.A.dylib                     0x000000010d42ddeb objc_exception_throw + 48
	2   CoreFoundation                      0x000000010d9b9cbd +[NSException raise:format:] + 205
	3   Foundation                          0x000000010cad9b6b _AssertAutolayoutOnMainThreadOnly + 79
	4   Foundation                          0x000000010c939357 -[NSISEngine withBehaviors:performModifications:] + 31
	5   UIKit                               0x000000010bc6cadb -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 58
	6   UIKit                               0x000000010bc6d6ca -[UIView(AdditionalLayoutSupport) updateConstraintsIfNeeded] + 426
	7   UIKit                               0x000000010bc6e333 -[UIView(AdditionalLayoutSupport) _updateConstraintsAtEngineLevelIfNeeded] + 272
	8   UIKit                               0x000000010b422a96 -[UIView(Hierarchy) _updateConstraintsAsNecessaryAndApplyLayoutFromEngine] + 159
	9   UIKit                               0x000000010b432980 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 703
	10  QuartzCore                          0x000000010a593c00 -[CALayer layoutSublayers] + 146
	11  QuartzCore                          0x000000010a58808e _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 366
	12  QuartzCore                          0x000000010a587f0c _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 24
	13  QuartzCore                          0x000000010a57c3c9 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 277
	14  QuartzCore                          0x000000010a5aa086 _ZN2CA11Transaction6commitEv + 486
	15  QuartzCore                          0x000000010a5aa378 _ZN2CA11Transaction14release_threadEPv + 224
	16  libsystem_pthread.dylib             0x000000010e45a387 _pthread_tsd_cleanup + 470
	17  libsystem_pthread.dylib             0x000000010e459f63 _pthread_exit + 117
	18  libsystem_pthread.dylib             0x000000010e45ac0e pthread_exit + 30
	19  Foundation                          0x000000010c96df1e __NSFinalizeThreadData + 0
	20  Foundation                          0x000000010c9ee13f __NSThread__start__ + 1218
	21  libsystem_pthread.dylib             0x000000010e45899d _pthread_body + 131
	22  libsystem_pthread.dylib             0x000000010e45891a _pthread_body + 0
	23  libsystem_pthread.dylib             0x000000010e456351 thread_start + 13
)
2016-05-30 17:54:47.414 EnergBank[55245:1849532] 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                      0x000000010d9b9d85 __exceptionPreprocess + 165
	1   libobjc.A.dylib                     0x000000010d42ddeb objc_exception_throw + 48
	2   CoreFoundation                      0x000000010d9b9cbd +[NSException raise:format:] + 205
	3   Foundation                          0x000000010cad9b6b _AssertAutolayoutOnMainThreadOnly + 79
	4   Foundation                          0x000000010c939357 -[NSISEngine withBehaviors:performModifications:] + 31
	5   UIKit                               0x000000010bc6cadb -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 58
	6   UIKit                               0x000000010bc6d45d -[UIView(AdditionalLayoutSupport) _updateConstraintsIfNeededAccumulatingViewsNeedingSecondPassAndViewsNeedingBaselineUpdate:forSecondPass:] + 154
	7   UIKit                               0x000000010bc6db91 __60-[UIView(AdditionalLayoutSupport) updateConstraintsIfNeeded]_block_invoke883 + 98
	8   Foundation                          0x000000010c9393d3 -[NSISEngine withBehaviors:performModifications:] + 155
	9   UIKit                               0x000000010bc6cadb -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 58
	10  UIKit                               0x000000010bc6d6ca -[UIView(AdditionalLayoutSupport) updateConstraintsIfNeeded] + 426
	11  UIKit                               0x000000010bc6e333 -[UIView(AdditionalLayoutSupport) _updateConstraintsAtEngineLevelIfNeeded] + 272
	12  UIKit                               0x000000010b422a96 -[UIView(Hierarchy) _updateConstraintsAsNecessaryAndApplyLayoutFromEngine] + 159
	13  UIKit                               0x000000010b432980 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 703
	14  QuartzCore                          0x000000010a593c00 -[CALayer layoutSublayers] + 146
	15  QuartzCore                          0x000000010a58808e _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 366
	16  QuartzCore                          0x000000010a587f0c _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 24
	17  QuartzCore                          0x000000010a57c3c9 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 277
	18  QuartzCore                          0x000000010a5aa086 _ZN2CA11Transaction6commitEv + 486
	19  QuartzCore                          0x000000010a5aa378 _ZN2CA11Transaction14release_threadEPv + 224
	20  libsystem_pthread.dylib             0x000000010e45a387 _pthread_tsd_cleanup + 470
	21  libsystem_pthread.dylib             0x000000010e459f63 _pthread_exit + 117
	22  libsystem_pthread.dylib             0x000000010e45ac0e pthread_exit + 30
	23  Foundation                          0x000000010c96df1e __NSFinalizeThreadData + 0
	24  Foundation                          0x000000010c9ee13f __NSThread__start__ + 1218
	25  libsystem_pthread.dylib             0x000000010e45899d _pthread_body + 131
	26  libsystem_pthread.dylib             0x000000010e45891a _pthread_body + 0
	27  libsystem_pthread.dylib             0x000000010e456351 thread_start + 13
)
2016-05-30 17:54:47.416 EnergBank[55245:1849532] 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                      0x000000010d9b9d85 __exceptionPreprocess + 165
	1   libobjc.A.dylib                     0x000000010d42ddeb objc_exception_throw + 48
	2   CoreFoundation                      0x000000010d9b9cbd +[NSException raise:format:] + 205
	3   Foundation                          0x000000010cad9b6b _AssertAutolayoutOnMainThreadOnly + 79
	4   Foundation                          0x000000010cad9a62 -[NSISEngine _optimizeWithoutRebuilding] + 49
	5   Foundation                          0x000000010c938c0f -[NSISEngine optimize] + 46
	6   Foundation                          0x000000010c93942d -[NSISEngine withBehaviors:performModifications:] + 245
	7   UIKit                               0x000000010bc6cadb -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 58
	8   UIKit                               0x000000010bc6d6ca -[UIView(AdditionalLayoutSupport) updateConstraintsIfNeeded] + 426
	9   UIKit                               0x000000010bc6e333 -[UIView(AdditionalLayoutSupport) _updateConstraintsAtEngineLevelIfNeeded] + 272
	10  UIKit                               0x000000010b422a96 -[UIView(Hierarchy) _updateConstraintsAsNecessaryAndApplyLayoutFromEngine] + 159
	11  UIKit                               0x000000010b432980 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 703
	12  QuartzCore                          0x000000010a593c00 -[CALayer layoutSublayers] + 146
	13  QuartzCore                          0x000000010a58808e _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 366
	14  QuartzCore                          0x000000010a587f0c _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 24
	15  QuartzCore                          0x000000010a57c3c9 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 277
	16  QuartzCore                          0x000000010a5aa086 _ZN2CA11Transaction6commitEv + 486
	17  QuartzCore                          0x000000010a5aa378 _ZN2CA11Transaction14release_threadEPv + 224
	18  libsystem_pthread.dylib             0x000000010e45a387 _pthread_tsd_cleanup + 470
	19  libsystem_pthread.dylib             0x000000010e459f63 _pthread_exit + 117
	20  libsystem_pthread.dylib             0x000000010e45ac0e pthread_exit + 30
	21  Foundation                          0x000000010c96df1e __NSFinalizeThreadData + 0
	22  Foundation                          0x000000010c9ee13f __NSThread__start__ + 1218
	23  libsystem_pthread.dylib             0x000000010e45899d _pthread_body + 131
	24  libsystem_pthread.dylib             0x000000010e45891a _pthread_body + 0
	25  libsystem_pthread.dylib             0x000000010e456351 thread_start + 13
)
2016-05-30 17:54:47.419 EnergBank[55245:1849532] 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                      0x000000010d9b9d85 __exceptionPreprocess + 165
	1   libobjc.A.dylib                     0x000000010d42ddeb objc_exception_throw + 48
	2   CoreFoundation                      0x000000010d9b9cbd +[NSException raise:format:] + 205
	3   Foundation                          0x000000010cad9b6b _AssertAutolayoutOnMainThreadOnly + 79
	4   Foundation                          0x000000010c939357 -[NSISEngine withBehaviors:performModifications:] + 31
	5   UIKit                               0x000000010bc6cadb -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 58
	6   UIKit                               0x000000010bc6d61e -[UIView(AdditionalLayoutSupport) updateConstraintsIfNeeded] + 254
	7   UIKit                               0x000000010bc6e333 -[UIView(AdditionalLayoutSupport) _updateConstraintsAtEngineLevelIfNeeded] + 272
	8   UIKit                               0x000000010b422a96 -[UIView(Hierarchy) _updateConstraintsAsNecessaryAndApplyLayoutFromEngine] + 159
	9   UIKit                               0x000000010b4329a9 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 744
	10  QuartzCore                          0x000000010a593c00 -[CALayer layoutSublayers] + 146
	11  QuartzCore                          0x000000010a58808e _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 366
	12  QuartzCore                          0x000000010a587f0c _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 24
	13  QuartzCore                          0x000000010a57c3c9 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 277
	14  QuartzCore                          0x000000010a5aa086 _ZN2CA11Transaction6commitEv + 486
	15  QuartzCore                          0x000000010a5aa378 _ZN2CA11Transaction14release_threadEPv + 224
	16  libsystem_pthread.dylib             0x000000010e45a387 _pthread_tsd_cleanup + 470
	17  libsystem_pthread.dylib             0x000000010e459f63 _pthread_exit + 117
	18  libsystem_pthread.dylib             0x000000010e45ac0e pthread_exit + 30
	19  Foundation                          0x000000010c96df1e __NSFinalizeThreadData + 0
	20  Foundation                          0x000000010c9ee13f __NSThread__start__ + 1218
	21  libsystem_pthread.dylib             0x000000010e45899d _pthread_body + 131
	22  libsystem_pthread.dylib             0x000000010e45891a _pthread_body + 0
	23  libsystem_pthread.dylib             0x000000010e456351 thread_start + 13
)
2016-05-30 17:54:47.422 EnergBank[55245:1849532] 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                      0x000000010d9b9d85 __exceptionPreprocess + 165
	1   libobjc.A.dylib                     0x000000010d42ddeb objc_exception_throw + 48
	2   CoreFoundation                      0x000000010d9b9cbd +[NSException raise:format:] + 205
	3   Foundation                          0x000000010cad9b6b _AssertAutolayoutOnMainThreadOnly + 79
	4   Foundation                          0x000000010c939357 -[NSISEngine withBehaviors:performModifications:] + 31
	5   UIKit                               0x000000010bc6cadb -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 58
	6   UIKit                               0x000000010bc6d45d -[UIView(AdditionalLayoutSupport) _updateConstraintsIfNeededAccumulatingViewsNeedingSecondPassAndViewsNeedingBaselineUpdate:forSecondPass:] + 154
	7   UIKit                               0x000000010bc6dac1 __60-[UIView(AdditionalLayoutSupport) updateConstraintsIfNeeded]_block_invoke + 98
	8   Foundation                          0x000000010c9393d3 -[NSISEngine withBehaviors:performModifications:] + 155
	9   UIKit                               0x000000010bc6cadb -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 58
	10  UIKit                               0x000000010bc6d61e -[UIView(AdditionalLayoutSupport) updateConstraintsIfNeeded] + 254
	11  UIKit                               0x000000010bc6e333 -[UIView(AdditionalLayoutSupport) _updateConstraintsAtEngineLevelIfNeeded] + 272
	12  UIKit                               0x000000010b422a96 -[UIView(Hierarchy) _updateConstraintsAsNecessaryAndApplyLayoutFromEngine] + 159
	13  UIKit                               0x000000010b4329a9 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 744
	14  QuartzCore                          0x000000010a593c00 -[CALayer layoutSublayers] + 146
	15  QuartzCore                          0x000000010a58808e _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 366
	16  QuartzCore                          0x000000010a587f0c _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 24
	17  QuartzCore                          0x000000010a57c3c9 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 277
	18  QuartzCore                          0x000000010a5aa086 _ZN2CA11Transaction6commitEv + 486
	19  QuartzCore                          0x000000010a5aa378 _ZN2CA11Transaction14release_threadEPv + 224
	20  libsystem_pthread.dylib             0x000000010e45a387 _pthread_tsd_cleanup + 470
	21  libsystem_pthread.dylib             0x000000010e459f63 _pthread_exit + 117
	22  libsystem_pthread.dylib             0x000000010e45ac0e pthread_exit + 30
	23  Foundation                          0x000000010c96df1e __NSFinalizeThreadData + 0
	24  Foundation                          0x000000010c9ee13f __NSThread__start__ + 1218
	25  libsystem_pthread.dylib             0x000000010e45899d _pthread_body + 131
	26  libsystem_pthread.dylib             0x000000010e45891a _pthread_body + 0
	27  libsystem_pthread.dylib             0x000000010e456351 thread_start + 13
)
2016-05-30 17:54:47.424 EnergBank[55245:1849532] 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                      0x000000010d9b9d85 __exceptionPreprocess + 165
	1   libobjc.A.dylib                     0x000000010d42ddeb objc_exception_throw + 48
	2   CoreFoundation                      0x000000010d9b9cbd +[NSException raise:format:] + 205
	3   Foundation                          0x000000010cad9b6b _AssertAutolayoutOnMainThreadOnly + 79
	4   Foundation                          0x000000010cad9a62 -[NSISEngine _optimizeWithoutRebuilding] + 49
	5   Foundation                          0x000000010c938c0f -[NSISEngine optimize] + 46
	6   Foundation                          0x000000010c93942d -[NSISEngine withBehaviors:performModifications:] + 245
	7   UIKit                               0x000000010bc6cadb -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 58
	8   UIKit                               0x000000010bc6d61e -[UIView(AdditionalLayoutSupport) updateConstraintsIfNeeded] + 254
	9   UIKit                               0x000000010bc6e333 -[UIView(AdditionalLayoutSupport) _updateConstraintsAtEngineLevelIfNeeded] + 272
	10  UIKit                               0x000000010b422a96 -[UIView(Hierarchy) _updateConstraintsAsNecessaryAndApplyLayoutFromEngine] + 159
	11  UIKit                               0x000000010b4329a9 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 744
	12  QuartzCore                          0x000000010a593c00 -[CALayer layoutSublayers] + 146
	13  QuartzCore                          0x000000010a58808e _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 366
	14  QuartzCore                          0x000000010a587f0c _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 24
	15  QuartzCore                          0x000000010a57c3c9 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 277
	16  QuartzCore                          0x000000010a5aa086 _ZN2CA11Transaction6commitEv + 486
	17  QuartzCore                          0x000000010a5aa378 _ZN2CA11Transaction14release_threadEPv + 224
	18  libsystem_pthread.dylib             0x000000010e45a387 _pthread_tsd_cleanup + 470
	19  libsystem_pthread.dylib             0x000000010e459f63 _pthread_exit + 117
	20  libsystem_pthread.dylib             0x000000010e45ac0e pthread_exit + 30
	21  Foundation                          0x000000010c96df1e __NSFinalizeThreadData + 0
	22  Foundation                          0x000000010c9ee13f __NSThread__start__ + 1218
	23  libsystem_pthread.dylib             0x000000010e45899d _pthread_body + 131
	24  libsystem_pthread.dylib             0x000000010e45891a _pthread_body + 0
	25  libsystem_pthread.dylib             0x000000010e456351 thread_start + 13
)
2016-05-30 17:54:47.426 EnergBank[55245:1849532] 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                      0x000000010d9b9d85 __exceptionPreprocess + 165
	1   libobjc.A.dylib                     0x000000010d42ddeb objc_exception_throw + 48
	2   CoreFoundation                      0x000000010d9b9cbd +[NSException raise:format:] + 205
	3   Foundation                          0x000000010cad9b6b _AssertAutolayoutOnMainThreadOnly + 79
	4   Foundation                          0x000000010c939357 -[NSISEngine withBehaviors:performModifications:] + 31
	5   UIKit                               0x000000010bc6cadb -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 58
	6   UIKit                               0x000000010bc6d61e -[UIView(AdditionalLayoutSupport) updateConstraintsIfNeeded] + 254
	7   UIKit                               0x000000010bc6e333 -[UIView(AdditionalLayoutSupport) _updateConstraintsAtEngineLevelIfNeeded] + 272
	8   UIKit                               0x000000010b422a96 -[UIView(Hierarchy) _updateConstraintsAsNecessaryAndApplyLayoutFromEngine] + 159
	9   UIKit                               0x000000010b4329a9 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 744
	10  QuartzCore                          0x000000010a593c00 -[CALayer layoutSublayers] + 146
	11  QuartzCore                          0x000000010a58808e _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 366
	12  QuartzCore                          0x000000010a587f0c _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 24
	13  QuartzCore                          0x000000010a57c3c9 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 277
	14  QuartzCore                          0x000000010a5aa086 _ZN2CA11Transaction6commitEv + 486
	15  QuartzCore                          0x000000010a5aa378 _ZN2CA11Transaction14release_threadEPv + 224
	16  libsystem_pthread.dylib             0x000000010e45a387 _pthread_tsd_cleanup + 470
	17  libsystem_pthread.dylib             0x000000010e459f63 _pthread_exit + 117
	18  libsystem_pthread.dylib             0x000000010e45ac0e pthread_exit + 30
	19  Foundation                          0x000000010c96df1e __NSFinalizeThreadData + 0
	20  Foundation                          0x000000010c9ee13f __NSThread__start__ + 1218
	21  libsystem_pthread.dylib             0x000000010e45899d _pthread_body + 131
	22  libsystem_pthread.dylib             0x000000010e45891a _pthread_body + 0
	23  libsystem_pthread.dylib             0x000000010e456351 thread_start + 13
)
2016-05-30 17:54:47.479 EnergBank[55245:1849532] 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                      0x000000010d9b9d85 __exceptionPreprocess + 165
	1   libobjc.A.dylib                     0x000000010d42ddeb objc_exception_throw + 48
	2   CoreFoundation                      0x000000010d9b9cbd +[NSException raise:format:] + 205
	3   Foundation                          0x000000010cad9b6b _AssertAutolayoutOnMainThreadOnly + 79
	4   Foundation                          0x000000010c939357 -[NSISEngine withBehaviors:performModifications:] + 31
	5   UIKit                               0x000000010bc6cadb -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 58
	6   UIKit                               0x000000010bc6d45d -[UIView(AdditionalLayoutSupport) _updateConstraintsIfNeededAccumulatingViewsNeedingSecondPassAndViewsNeedingBaselineUpdate:forSecondPass:] + 154
	7   UIKit                               0x000000010bc6dac1 __60-[UIView(AdditionalLayoutSupport) updateConstraintsIfNeeded]_block_invoke + 98
	8   Foundation                          0x000000010c9393d3 -[NSISEngine withBehaviors:performModifications:] + 155
	9   UIKit                               0x000000010bc6cadb -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 58
	10  UIKit                               0x000000010bc6d61e -[UIView(AdditionalLayoutSupport) updateConstraintsIfNeeded] + 254
	11  UIKit                               0x000000010bc6e333 -[UIView(AdditionalLayoutSupport) _updateConstraintsAtEngineLevelIfNeeded] + 272
	12  UIKit                               0x000000010b422a96 -[UIView(Hierarchy) _updateConstraintsAsNecessaryAndApplyLayoutFromEngine] + 159
	13  UIKit                               0x000000010b4329a9 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 744
	14  QuartzCore                          0x000000010a593c00 -[CALayer layoutSublayers] + 146
	15  QuartzCore                          0x000000010a58808e _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 366
	16  QuartzCore                          0x000000010a587f0c _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 24
	17  QuartzCore                          0x000000010a57c3c9 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 277
	18  QuartzCore                          0x000000010a5aa086 _ZN2CA11Transaction6commitEv + 486
	19  QuartzCore                          0x000000010a5aa378 _ZN2CA11Transaction14release_threadEPv + 224
	20  libsystem_pthread.dylib             0x000000010e45a387 _pthread_tsd_cleanup + 470
	21  libsystem_pthread.dylib             0x000000010e459f63 _pthread_exit + 117
	22  libsystem_pthread.dylib             0x000000010e45ac0e pthread_exit + 30
	23  Foundation                          0x000000010c96df1e __NSFinalizeThreadData + 0
	24  Foundation                          0x000000010c9ee13f __NSThread__start__ + 1218
	25  libsystem_pthread.dylib             0x000000010e45899d _pthread_body + 131
	26  libsystem_pthread.dylib             0x000000010e45891a _pthread_body + 0
	27  libsystem_pthread.dylib             0x000000010e456351 thread_start + 13
)
2016-05-30 17:54:47.482 EnergBank[55245:1849532] 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                      0x000000010d9b9d85 __exceptionPreprocess + 165
	1   libobjc.A.dylib                     0x000000010d42ddeb objc_exception_throw + 48
	2   CoreFoundation                      0x000000010d9b9cbd +[NSException raise:format:] + 205
	3   Foundation                          0x000000010cad9b6b _AssertAutolayoutOnMainThreadOnly + 79
	4   Foundation                          0x000000010cad9a62 -[NSISEngine _optimizeWithoutRebuilding] + 49
	5   Foundation                          0x000000010c938c0f -[NSISEngine optimize] + 46
	6   Foundation                          0x000000010c93942d -[NSISEngine withBehaviors:performModifications:] + 245
	7   UIKit                               0x000000010bc6cadb -[UIView(AdditionalLayoutSupport) _withAutomaticEngineOptimizationDisabledIfEngineExists:] + 58
	8   UIKit                               0x000000010bc6d61e -[UIView(AdditionalLayoutSupport) updateConstraintsIfNeeded] + 254
	9   UIKit                               0x000000010bc6e333 -[UIView(AdditionalLayoutSupport) _updateConstraintsAtEngineLevelIfNeeded] + 272
	10  UIKit                               0x000000010b422a96 -[UIView(Hierarchy) _updateConstraintsAsNecessaryAndApplyLayoutFromEngine] + 159
	11  UIKit                               0x000000010b4329a9 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 744
	12  QuartzCore                          0x000000010a593c00 -[CALayer layoutSublayers] + 146
	13  QuartzCore                          0x000000010a58808e _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 366
	14  QuartzCore                          0x000000010a587f0c _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 24
	15  QuartzCore                          0x000000010a57c3c9 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 277
	16  QuartzCore                          0x000000010a5aa086 _ZN2CA11Transaction6commitEv + 486
	17  QuartzCore                          0x000000010a5aa378 _ZN2CA11Transaction14release_threadEPv + 224
	18  libsystem_pthread.dylib             0x000000010e45a387 _pthread_tsd_cleanup + 470
	19  libsystem_pthread.dylib             0x000000010e459f63 _pthread_exit + 117
	20  libsystem_pthread.dylib             0x000000010e45ac0e pthread_exit + 30
	21  Foundation                          0x000000010c96df1e __NSFinalizeThreadData + 0
	22  Foundation                          0x000000010c9ee13f __NSThread__start__ + 1218
	23  libsystem_pthread.dylib             0x000000010e45899d _pthread_body + 131
	24  libsystem_pthread.dylib             0x000000010e45891a _pthread_body + 0
	25  libsystem_pthread.dylib             0x000000010e456351 thread_start + 13
)




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org