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 NSAppearance _performWithCurrentAppearance:usingBlock #10495

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

Crash in NSAppearance _performWithCurrentAppearance:usingBlock #10495

cyberduck opened this issue Oct 13, 2018 · 1 comment
Labels
bug core thirdparty Issue caused by third party
Milestone

Comments

@cyberduck
Copy link
Collaborator

8c38502 created the issue

Process:               Cyberduck [94537]
Path:                  /Applications/Cyberduck.app/Contents/MacOS/Cyberduck
Identifier:            ch.sudo.cyberduck
Version:               6.8.1 (28935)
App Item ID:           409222199
App External ID:       828887526
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Cyberduck [94537]
User ID:               502

Date/Time:             2018-10-12 22:12:37.516 +0200
OS Version:            Mac OS X 10.14 (18A391)
Report Version:        12
Bridge OS Version:     3.0 (14Y667)
Anonymous UUID:        EC331A2F-D7A5-8FAB-D6F3-467B4C0BABC7

Sleep/Wake UUID:       EB5EF6C8-EAF5-497C-BDFC-C6E410615EE5

Time Awake Since Boot: 89000 seconds
Time Since Wake:       150 seconds

System Integrity Protection: enabled

Crashed Thread:        35  Java: background-8

Exception Type:        EXC_BAD_INSTRUCTION (SIGABRT)
Exception Codes:       0x0000000000000001, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
abort() called
Cyberduck(94537,0x7000115d8000) malloc: *** error for object 0x600000519150: pointer being freed was not allocated
 

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff61c54b86 __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff61d0ac50 pthread_kill + 285
2   libsystem_c.dylib             	0x00007fff61bbe1c9 abort + 127
3   libjvm.dylib                  	0x0000000101a86e0b os::abort(bool) + 25
4   libjvm.dylib                  	0x0000000101baefae VMError::report_and_die() + 2304
5   libjvm.dylib                  	0x0000000101a88a4e JVM_handle_bsd_signal + 1131
6   libjvm.dylib                  	0x0000000101a84c8b signalHandler(int, __siginfo*, void*) + 47
7   libsystem_platform.dylib      	0x00007fff61cffb3d _sigtramp + 29
8   ???                           	0x00007ffeee922708 0 + 140732900976392
9   libsystem_malloc.dylib        	0x00007fff61cd00f6 nanov2_allocate + 142
10  libsystem_malloc.dylib        	0x00007fff61cd0f7e nanov2_calloc + 82
11  libsystem_malloc.dylib        	0x00007fff61cc5d3a malloc_zone_calloc + 99
12  libsystem_malloc.dylib        	0x00007fff61cc5cba calloc + 30
13  libobjc.A.dylib               	0x00007fff60a3983e class_createInstance + 83
14  libdispatch.dylib             	0x00007fff61ac7682 _os_object_alloc_realized + 35
15  libxpc.dylib                  	0x00007fff61d41ea8 _xpc_serializer_create + 21
16  libxpc.dylib                  	0x00007fff61d4632d _xpc_connection_pack_message + 65
17  libxpc.dylib                  	0x00007fff61d46141 xpc_connection_send_message_with_reply_sync + 106
18  com.apple.LaunchServices      	0x00007fff360bada1 LSClientToServerConnection::sendWithReply(void*) + 241
19  com.apple.LaunchServices      	0x00007fff360bd1e5 _LSCopyApplicationInformation + 1437
20  com.apple.AppKit              	0x00007fff31fd1361 -[NSRunningApplication _fetchDynamicProperties] + 521
21  com.apple.AppKit              	0x00007fff31fd0e36 -[NSRunningApplication activationPolicy] + 58
22  com.apple.QuickLookUIFramework	0x00007fff3f8f5e90 -[QLPreviewPanel _isRunningInBackgroundApp] + 52
23  com.apple.QuickLookUIFramework	0x00007fff3f8f5dda -[QLPreviewPanel shouldHideOnDeactivate] + 37
24  com.apple.QuickLookUIFramework	0x00007fff3f8f5cb2 -[QLPreviewPanel initWithContentRect:styleMask:backing:defer:] + 166
25  com.apple.QuickLookUIFramework	0x00007fff3f8f5bce +[QLPreviewPanel _newPreviewPanelAndController:] + 122
26  com.apple.QuickLookUIFramework	0x00007fff3f8f5b4b +[QLPreviewPanel sharedPreviewPanel] + 37
27  libjnidispatch.dylib          	0x0000000121e97134 ffi_call_unix64 + 76
28  libjnidispatch.dylib          	0x0000000121e9662d ffi_call + 973
29  libjnidispatch.dylib          	0x0000000121e8c3aa 0x121e89000 + 13226
30  libjnidispatch.dylib          	0x0000000121e8c723 Java_com_sun_jna_Native_invokeLong + 35
31  ???                           	0x000000010f7dffce 0 + 4554883022
32  ???                           	0x000000010fcfae2c 0 + 4560236076

Thread 35 Crashed:: Java: background-8
0   libsystem_kernel.dylib        	0x00007fff61c52876 __semwait_signal + 10
1   libsystem_c.dylib             	0x00007fff61bdd830 nanosleep + 199
2   libsystem_c.dylib             	0x00007fff61bdd692 sleep + 41
3   libjvm.dylib                  	0x0000000101a83b08 os::infinite_sleep() + 14
4   libjvm.dylib                  	0x0000000101bae7af VMError::report_and_die() + 257
5   libjvm.dylib                  	0x0000000101a88a4e JVM_handle_bsd_signal + 1131
6   libjvm.dylib                  	0x0000000101a84c8b signalHandler(int, __siginfo*, void*) + 47
7   libsystem_platform.dylib      	0x00007fff61cffb3d _sigtramp + 29
8   com.apple.UIFoundation        	0x00007fff5cc7e229 __NSStringDrawingEngine + 7873
9   libsystem_c.dylib             	0x00007fff61bbe1d8 abort + 142
10  libsystem_malloc.dylib        	0x00007fff61ccc6e2 malloc_vreport + 545
11  libsystem_malloc.dylib        	0x00007fff61ccc4a3 malloc_report + 152
12  com.apple.CoreGraphics        	0x00007fff34eb342b x_list_remove_head + 20
13  com.apple.CoreGraphics        	0x00007fff34eb3303 CGGStackRestore + 68
14  com.apple.CoreGraphics        	0x00007fff34eb329f CGContextRestoreGState + 32
15  com.apple.AppKit              	0x00007fff3206fe71 +[NSGraphicsContext restoreGraphicsState] + 134
16  com.apple.AppKit              	0x00007fff3206fdbf -[NSFocusStack popTopView] + 120
17  com.apple.AppKit              	0x00007fff3206e4de -[NSFocusStack performWithFocusView:inWindow:usingBlock:] + 121
18  com.apple.AppKit              	0x00007fff320f7992 -[NSTextFieldCell _drawForegroundOfTextLayer] + 286
19  com.apple.AppKit              	0x00007fff320f71e9 -[NSTextFieldCell updateLayerWithFrame:inView:] + 304
20  com.apple.AppKit              	0x00007fff320f70b1 -[NSControl updateLayer] + 70
21  com.apple.AppKit              	0x00007fff320e1177 _NSViewUpdateLayer + 45
22  com.apple.AppKit              	0x00007fff32004eda +[NSAppearance _performWithCurrentAppearance:usingBlock:] + 84
23  com.apple.AppKit              	0x00007fff320f64cd -[NSTextLayer display] + 1774
24  com.apple.QuartzCore          	0x00007fff3fa101bc CA::Layer::display_if_needed(CA::Transaction*) + 634
25  com.apple.QuartzCore          	0x00007fff3f9fe447 CA::Context::commit_transaction(CA::Transaction*) + 319
26  com.apple.QuartzCore          	0x00007fff3f9fdd20 CA::Transaction::commit() + 576
27  com.apple.QuartzCore          	0x00007fff3fa29505 CA::Transaction::release_thread(void*) + 209
28  libsystem_pthread.dylib       	0x00007fff61d086fa _pthread_tsd_cleanup + 550
29  libsystem_pthread.dylib       	0x00007fff61d0b6b1 _pthread_exit + 70
30  libsystem_pthread.dylib       	0x00007fff61d08348 _pthread_body + 137
31  libsystem_pthread.dylib       	0x00007fff61d0b2a7 _pthread_start + 70
32  libsystem_pthread.dylib       	0x00007fff61d07425 thread_start + 13


@cyberduck
Copy link
Collaborator Author

@dkocher commented

Looks like a bug in system frameworks.

@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.
Labels
bug core thirdparty Issue caused by third party
Projects
None yet
Development

No branches or pull requests

1 participant