Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash in NSSystemInfoPanel updateOptionsWithCredits #8661

Closed
cyberduck opened this issue Mar 12, 2015 · 2 comments
Closed

Crash in NSSystemInfoPanel updateOptionsWithCredits #8661

cyberduck opened this issue Mar 12, 2015 · 2 comments

Comments

@cyberduck
Copy link
Collaborator

70c6708 created the issue

Process:               Cyberduck [743]
Path:                  /Users/USER/Downloads/Cyberduck.app/Contents/MacOS/Cyberduck
Identifier:            ch.sudo.cyberduck
Version:               4.6.5 (17000)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Cyberduck [743]
User ID:               501

Date/Time:             2015-03-12 13:05:32.818 -0600
OS Version:            Mac OS X 10.10.2 (14C109)
Report Version:        11
Anonymous UUID:        8FE1EBFB-A5AB-FAFB-E010-F212B0A08697


Time Awake Since Boot: 2900 seconds

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGABRT)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000008

VM Regions Near 0x8:
--> 
    __TEXT                 0000000100000000-0000000100006000 [   24K] r-x/rwx SM=COW  /Applications/Cyberduck.app/Contents/MacOS/Cyberduck [/Users/dfcurran/Downloads/Cyberduck.app/Contents/MacOS/Cyberduck]

Application Specific Information:
Performing @selector(aboutMenuClicked:) from sender NSMenuItem 0x1001c44b0
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** setObjectForKey: object cannot be nil (key: Credits)'
terminating with uncaught exception of type NSException
abort() called

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff9486f66c __exceptionPreprocess + 172
1   libobjc.A.dylib                     0x00007fff9324676e objc_exception_throw + 43
2   CoreFoundation                      0x00007fff94757876 -[__NSDictionaryM setObject:forKey:] + 1174
3   AppKit                              0x00007fff99eda9c4 +[NSSystemInfoPanel updateOptionsWithCredits:] + 328
4   AppKit                              0x00007fff99eda382 +[NSSystemInfoPanel updateOptions:] + 81
5   AppKit                              0x00007fff99ed9e84 -[NSSystemInfoPanel setOptionsDictionary:] + 117
6   AppKit                              0x00007fff99ed9c56 -[NSApplication(NSStandardAboutPanel) orderFrontStandardAboutPanelWithOptions:] + 56
7   libjnidispatch.dylib                0x000000010b87794c ffi_call_unix64 + 76
8   ???                                 0x00007fff5fbf9370 0x0 + 140734799778672

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff94e34286 __pthread_kill + 10
1   libsystem_c.dylib             	0x00007fff8f131b53 abort + 129
2   libc++abi.dylib               	0x00007fff8f09ca21 abort_message + 257
3   libc++abi.dylib               	0x00007fff8f0c49d1 default_terminate_handler() + 267
4   libobjc.A.dylib               	0x00007fff9324a7d6 _objc_terminate() + 103
5   libc++abi.dylib               	0x00007fff8f0c20a1 std::__terminate(void (*)()) + 8
6   libc++abi.dylib               	0x00007fff8f0c1b30 __cxa_throw + 121
7   libobjc.A.dylib               	0x00007fff93246898 objc_exception_throw + 341
8   com.apple.CoreFoundation      	0x00007fff94757876 -[__NSDictionaryM setObject:forKey:] + 1174
9   com.apple.AppKit              	0x00007fff99eda9c4 +[NSSystemInfoPanel updateOptionsWithCredits:] + 328
10  com.apple.AppKit              	0x00007fff99eda382 +[NSSystemInfoPanel updateOptions:] + 81
11  com.apple.AppKit              	0x00007fff99ed9e84 -[NSSystemInfoPanel setOptionsDictionary:] + 117
12  com.apple.AppKit              	0x00007fff99ed9c56 -[NSApplication(NSStandardAboutPanel) orderFrontStandardAboutPanelWithOptions:] + 56
13  libjnidispatch.dylib          	0x000000010b87794c ffi_call_unix64 + 76
14  libjnidispatch.dylib          	0x000000010b877456 ffi_call + 630
15  libjnidispatch.dylib          	0x000000010b86e2f5 Java_com_sun_jna_Native_ffi_1prep_1cif + 1621
16  libjnidispatch.dylib          	0x000000010b86e772 Java_com_sun_jna_Native_invokeVoid + 34
17  ???                           	0x0000000105380b8e 0 + 4382526350
18  ???                           	0x00000001053d4310 0 + 4382868240

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you confirm this crash occurs when choosing About Cyberduck from the application menu.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The application bundle if not modified contains the file Cyberduck.app/Contents/Resources/Credits.rtf. I can only explain this error that the application bundle has been modified and the file is missing.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant