Skip to content

Instantly share code, notes, and snippets.

@yvt
Last active June 5, 2018 04:59
Show Gist options
  • Save yvt/e54982a9199c95fb4678461a66e48edf to your computer and use it in GitHub Desktop.
Save yvt/e54982a9199c95fb4678461a66e48edf to your computer and use it in GitHub Desktop.
2018-06-05 13:37:49.726 executableName[59881:2976959] *** Assertion failure in -[_NSCGSWindow setSize:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1561.40.112/CGS.subproj/NSCGSWindow.m:1062
2018-06-05 13:37:49.742 executableName[59881:2976959] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: size.width >= 0.0 && size.width < (CGFloat)INT_MAX - (CGFloat)INT_MIN && size.height >= 0.0 && size.height < (CGFloat)INT_MAX - (CGFloat)INT_MIN'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff41a8132b __exceptionPreprocess + 171
1 libobjc.A.dylib 0x00007fff694a0c76 objc_exception_throw + 48
2 CoreFoundation 0x00007fff41a870c2 +[NSException raise:format:arguments:] + 98
3 Foundation 0x00007fff43ba3340 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 193
4 AppKit 0x00007fff3fa6a943 -[_NSCGSWindow setSize:] + 181
5 AppKit 0x00007fff3f8600c6 -[NSWindow _cgsPlaceWindow:] + 54
6 AppKit 0x00007fff3f0407c0 -[NSWindow _setFrame:updateBorderViewSize:] + 922
7 AppKit 0x00007fff3f058c67 -[NSWindow _oldPlaceWindow:] + 604
8 AppKit 0x00007fff3f05821a -[NSWindow _setFrameCommon:display:stashSize:] + 3108
9 AppKit 0x00007fff3f0575e9 -[NSWindow _setFrame:display:allowImplicitAnimation:stashSize:] + 222
10 AppKit 0x00007fff3f057504 -[NSWindow setFrame:display:] + 67
11 myLittleAppl.dylib 0x0000000105f9b719 _ZN70_$LT$$LP$A$C$$u20$B$RP$$u20$as$u20$objc..message..MessageArguments$GT$6invoke17h130ffd19f9062c12E + 217
12 myLittleAppl.dylib 0x0000000105f8d820 _ZN4objc7message15send_unverified17hcf69eb2d71af5ff3E + 208
13 myLittleAppl.dylib 0x0000000105f9212a _ZN77_$LT$$BP$mut$u20$objc..runtime..Object$u20$as$u20$cocoa..appkit..NSWindow$GT$17setFrame_display_17hdc2a5689f3f5437aE + 394
14 myLittleAppl.dylib 0x0000000105f60fae _ZN5winit8platform8platform6window27nswindow_set_min_dimensions17ha0452a60e9bc7083E + 318
15 myLittleAppl.dylib 0x0000000105f60a7d _ZN5winit8platform8platform6window7Window218set_min_dimensions17h1e79040ac7e01cceE + 77
16 myLittleAppl.dylib 0x0000000105b44825 _ZN5winit6window31_$LT$impl$u20$winit..Window$GT$18set_min_dimensions17hb39783ba8c3aed9cE + 69
(application backtrace follows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment