Created
September 2, 2021 15:12
-
-
Save tempelmann/7e9c6b922822a61f4c9e3e9d6efa876b to your computer and use it in GitHub Desktop.
Crashlog of Find Any File 2.x; occurs for some users at first launch only. I cannot reproduce it and look for others who know this type of crash
This file contains 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
Exception Type: EXC_CRASH (SIGABRT) | |
Exception Codes: 0x0000000000000000, 0x0000000000000000 | |
Exception Note: EXC_CORPSE_NOTIFY | |
Application Specific Information: | |
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSDictionaryM setObject:forKey:]: object cannot be nil (key: Result Window Controller)' | |
abort() called | |
terminating with uncaught exception of type NSException | |
Application Specific Backtrace 1: | |
0 CoreFoundation 0x00000001a1960c28 __exceptionPreprocess + 240 | |
1 libobjc.A.dylib 0x00000001a16890a8 objc_exception_throw + 60 | |
2 CoreFoundation 0x00000001a1a2bb18 -[__NSCFString characterAtIndex:].cold.1 + 0 | |
3 CoreFoundation 0x00000001a1a39ab0 -[__NSDictionaryM setObject:forKey:].cold.3 + 0 | |
4 CoreFoundation 0x00000001a189b0f0 -[__NSDictionaryM setObject:forKey:] + 896 | |
5 AppKit 0x00000001a48d2088 -[NSStoryboard nibForControllerWithIdentifier:] + 252 | |
6 AppKit 0x00000001a48d2440 -[NSStoryboard _instantiateControllerWithIdentifier:creator:storyboardSegueTemplate:sender:] + 68 | |
7 Find Any File 0x00000001041a7cd4 -[ResultDocument makeWindowControllers] + 288 | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment