Created
August 29, 2013 05:31
-
-
Save leepfrog/6374550 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2013-08-28 22:19:58.119 JAMR[4798:70b] *** Assertion failure in -[NSLayoutConstraint _setSymbolicConstant:constant:], /SourceCache/Foundation_Sim/Foundation-1047.18.1/Layout.subproj/NSLayoutConstraint.m:545 | |
| 2013-08-28 22:19:58.307 JAMR[4798:70b] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Constant is not finite! That's illegal. constant:nan' | |
| *** First throw call stack: | |
| ( | |
| 0 CoreFoundation 0x033596f4 __exceptionPreprocess + 180 | |
| 1 libobjc.A.dylib 0x027de8b6 objc_exception_throw + 44 | |
| 2 CoreFoundation 0x03359558 +[NSException raise:format:arguments:] + 136 | |
| 3 Foundation 0x021b25ee -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 116 | |
| 4 Foundation 0x0220ac49 -[NSLayoutConstraint _setSymbolicConstant:constant:] + 170 | |
| 5 Foundation 0x0220d671 -[NSLayoutConstraint setConstant:] + 52 | |
| 6 JAMR 0x0006870a -[SliderView setLayout:toConstant:animated:] + 122 | |
| 7 JAMR 0x0006723c -[SliderView setValue:animated:] + 364 | |
| 8 JAMR 0x00065f29 -[PlayerControls updateSliderValue:] + 121 | |
| 9 JAMR 0x000215da -[PreviewViewController updateSlider] + 218 | |
| 10 Foundation 0x02208db7 __NSFireTimer + 97 | |
| 11 CoreFoundation 0x03317d06 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22 | |
| 12 CoreFoundation 0x033176ed __CFRunLoopDoTimer + 1181 | |
| 13 CoreFoundation 0x032ff758 __CFRunLoopRun + 1816 | |
| 14 CoreFoundation 0x032febf3 CFRunLoopRunSpecific + 467 | |
| 15 CoreFoundation 0x032fea0b CFRunLoopRunInMode + 123 | |
| 16 GraphicsServices 0x035b3a27 GSEventRunModal + 192 | |
| 17 GraphicsServices 0x035b384e GSEventRun + 104 | |
| 18 UIKit 0x01349f0b UIApplicationMain + 1225 | |
| 19 JAMR 0x0000a87d main + 141 | |
| 20 libdyld.dylib 0x0699b70d start + 1 | |
| ) | |
| libc++abi.dylib: terminating with uncaught exception of type NSException |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment