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 with NSInternalInconsistencyException for update check #10499

Closed
cyberduck opened this issue Oct 15, 2018 · 1 comment
Closed

Crash with NSInternalInconsistencyException for update check #10499

cyberduck opened this issue Oct 15, 2018 · 1 comment

Comments

@cyberduck
Copy link
Collaborator

@dkocher created the issue

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff76b73c2a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff76b74174 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff499a305e __CFRunLoopServiceMachPort + 337
3   com.apple.CoreFoundation      	0x00007fff499a25ad __CFRunLoopRun + 1654
4   com.apple.CoreFoundation      	0x00007fff499a1ce4 CFRunLoopRunSpecific + 463
5   com.apple.HIToolbox           	0x00007fff48c3b895 RunCurrentEventLoopInMode + 293
6   com.apple.HIToolbox           	0x00007fff48c3b5cb ReceiveNextEventCommon + 618
7   com.apple.HIToolbox           	0x00007fff48c3b348 _BlockUntilNextEventMatchingListInModeWithFilter + 64
8   com.apple.AppKit              	0x00007fff46ef895b _DPSNextEvent + 997
9   com.apple.AppKit              	0x00007fff46ef76fa -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1362
10  com.apple.AppKit              	0x00007fff46ef175d -[NSApplication run] + 699
11  libjnidispatch.dylib          	0x0000000107b2b134 ffi_call_unix64 + 76
12  libjnidispatch.dylib          	0x0000000107b2a62d ffi_call + 973
13  libjnidispatch.dylib          	0x0000000107b203aa 0x107b1d000 + 13226
14  libjnidispatch.dylib          	0x0000000107b20753 Java_com_sun_jna_Native_invokeVoid + 35
15  ???                           	0x000000010a6206e7 0 + 4469163751
16  ???                           	0x000000010ab0d734 0 + 4474328884
17  ???                           	0x000000010a610040 0 + 4469096512
18  ???                           	0x000000010aa3aebc 0 + 4473466556
19  ???                           	0x000000010a610114 0 + 4469096724
20  ???                           	0x000000010a610040 0 + 4469096512
21  ???                           	0x000000010a610040 0 + 4469096512
22  ???                           	0x000000010a610040 0 + 4469096512
23  ???                           	0x000000010a610040 0 + 4469096512
24  ???                           	0x000000010a610114 0 + 4469096724
25  ???                           	0x000000010a6102bd 0 + 4469097149
26  ???                           	0x000000010a6087a7 0 + 4469065639
27  libjvm.dylib                  	0x00000001007e86ce JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 1710
28  libjvm.dylib                  	0x000000010081f565 jni_invoke_static(JNIEnv_*, JavaValue*, _jobject*, JNICallType, _jmethodID*, JNI_ArgumentPusher*, Thread*) + 447
29  libjvm.dylib                  	0x00000001008182f1 jni_CallStaticVoidMethod + 349
30  libjli.dylib                  	0x00000001004e7d56 JavaMain + 2500
31  libjli.dylib                  	0x00000001004e9c7e __JVMInit_block_invoke_1 + 81
32  com.apple.Foundation          	0x00007fff4bd3ca47 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
33  com.apple.Foundation          	0x00007fff4bd3c94e -[NSBlockOperation main] + 68
34  com.apple.Foundation          	0x00007fff4bd11f7a -[__NSOperationInternal _start:] + 686
35  com.apple.Foundation          	0x00007fff4bd97cdb __NSThreadPerformPerform + 327
36  com.apple.CoreFoundation      	0x00007fff499bf405 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
37  com.apple.CoreFoundation      	0x00007fff499bf3ab __CFRunLoopDoSource0 + 108
38  com.apple.CoreFoundation      	0x00007fff499a2e51 __CFRunLoopDoSources0 + 195
39  com.apple.CoreFoundation      	0x00007fff499a23fa __CFRunLoopRun + 1219
40  com.apple.CoreFoundation      	0x00007fff499a1ce4 CFRunLoopRunSpecific + 463
41  libjli.dylib                  	0x00000001004ea8fe CreateExecutionEnvironment + 871
42  libjli.dylib                  	0x00000001004e6508 JLI_Launch + 1952
43  ch.sudo.cyberduck             	0x000000010036d043 launch + 2450
44  ch.sudo.cyberduck             	0x000000010036c590 main + 75
45  ch.sudo.cyberduck             	0x000000010036821c start + 52


@cyberduck
Copy link
Collaborator Author

@dkocher commented

In dc3a3d7.

@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