Skip to content

Instantly share code, notes, and snippets.

@ErikFontanel
Last active December 14, 2015 01:09
Show Gist options
  • Save ErikFontanel/5004115 to your computer and use it in GitHub Desktop.
Save ErikFontanel/5004115 to your computer and use it in GitHub Desktop.
Error log of using incremental search in Textmate 2.0.0-alpha.9377 on OS X 10.5.7. Screenshot of Textmate window: http://i.imgur.com/lCAVXK7.png
2/21/13 12:26:42.999 PM TextMate: *** Assertion failure in -[NSAutoresizingMaskLayoutConstraint _setSymbolicConstant:constant:], /SourceCache/AppKit/AppKit-1138.51/Layout.subproj/NSLayoutConstraint.m:596
2/21/13 12:26:42.999 PM TextMate: Constant is not finite! That's illegal. constant:nan
2/21/13 12:26:43.019 PM TextMate: (
0 CoreFoundation 0x00007fff85a4df56 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff8dda2d5e objc_exception_throw + 43
2 CoreFoundation 0x00007fff85a4dd8a +[NSException raise:format:arguments:] + 106
3 Foundation 0x00007fff822e971f -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 169
4 AppKit 0x00007fff849643b9 -[NSLayoutConstraint _setSymbolicConstant:constant:] + 162
5 AppKit 0x00007fff8495ff67 +[NSAutoresizingMaskLayoutConstraint constraintWithItem:attribute:relatedBy:toItem:attribute:multiplier:constant:] + 371
6 AppKit 0x00007fff849622d9 +[NSLayoutConstraint constraintWithItem:attribute:relatedBy:constant:] + 41
7 AppKit 0x00007fff8496a722 -[NSView(NSConstraintBasedLayout) _constraintsEquivalentToAutoresizingMask] + 2414
8 AppKit 0x00007fff8496888f -[NSView(NSConstraintBasedLayout) _updateAutoresizingConstraints] + 58
9 AppKit 0x00007fff847ed02c -[NSView updateConstraints] + 55
10 AppKit 0x00007fff847ecf82 -[NSView updateConstraintsForSubtreeIfNeeded] + 151
11 CoreFoundation 0x00007fff859dbcb4 CFArrayApplyFunction + 68
12 AppKit 0x00007fff847ecf5a -[NSView updateConstraintsForSubtreeIfNeeded] + 111
13 CoreFoundation 0x00007fff859dbcb4 CFArrayApplyFunction + 68
14 AppKit 0x00007fff847ecf5a -[NSView updateConstraintsForSubtreeIfNeeded] + 111
15 CoreFoundation 0x00007fff859dbcb4 CFArrayApplyFunction + 68
16 AppKit 0x00007fff847ecf5a -[NSView updateConstraintsForSubtreeIfNeeded] + 111
17 CoreFoundation 0x00007fff859dbcb4 CFArrayApplyFunction + 68
18 AppKit 0x00007fff847ecf5a -[NSView updateConstraintsForSubtreeIfNeeded] + 111
19 CoreFoundation 0x00007fff859dbcb4 CFArrayApplyFunction + 68
20 AppKit 0x00007fff847ecf5a -[NSView updateConstraintsForSubtreeIfNeeded] + 111
21 CoreFoundation 0x00007fff859dbcb4 CFArrayApplyFunction + 68
22 AppKit 0x00007fff847ecf5a -[NSView updateConstraintsForSubtreeIfNeeded] + 111
23 CoreFoundation 0x00007fff859dbcb4 CFArrayApplyFunction + 68
24 AppKit 0x00007fff847ecf5a -[NSView updateConstraintsForSubtreeIfNeeded] + 111
25 AppKit 0x00007fff84967e09 __-[NSWindow(NSConstraintBasedLayout) updateConstraintsIfNeeded]_block_invoke_1 + 133
26 AppKit 0x00007fff8495f808 -[NSISEngine withAutomaticOptimizationDisabled:] + 57
27 AppKit 0x00007fff84967d7e -[NSWindow(NSConstraintBasedLayout) updateConstraintsIfNeeded] + 132
28 AppKit 0x00007fff841ae279 _handleWindowNeedsDisplayOrLayoutOrUpdateConstraints + 396
29 CoreFoundation 0x00007fff85a0d8e7 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
30 CoreFoundation 0x00007fff85a0d846 __CFRunLoopDoObservers + 374
31 CoreFoundation 0x00007fff859e2af9 __CFRunLoopRun + 825
32 CoreFoundation 0x00007fff859e2486 CFRunLoopRunSpecific + 230
33 AppKit 0x00007fff842e00d4 -[NSMenu performKeyEquivalent:] + 281
34 TextMate 0x000000010e5b8613 -[OakMainMenu performKeyEquivalent:] + 964
35 AppKit 0x00007fff842ded25 -[NSApplication _handleKeyEquivalent:] + 526
36 AppKit 0x00007fff841d7e86 -[NSApplication sendEvent:] + 4282
37 AppKit 0x00007fff8416ea0e -[NSApplication run] + 555
38 AppKit 0x00007fff843eaeac NSApplicationMain + 867
39 TextMate 0x000000010e5b9e60 main + 755
40 TextMate 0x000000010e5a0404 start + 52
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment