Skip to content

Crash in NSMutableParagraphStyle setParagraphStyle #11231

Closed
@cyberduck

Description

@cyberduck

2fd7f3b created the issue

I have never been able to get any version (including nightly builds) of Cyberduck to load and run using any public beta of MacOS 11 Big Sur, including the latest final release candidate.

The error message I get is below.

rocess:               Cyberduck [94544]
Path:                  /private/var/folders/*/Cyberduck.app/Contents/MacOS/Cyberduck
Identifier:            ch.sudo.cyberduck
Version:               7.7.0 (33744)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Cyberduck [94544]
User ID:               501

Date/Time:             2020-11-10 14:09:47.236 -0500
OS Version:            macOS 11.0.1 (20B5022a)
Report Version:        12
Anonymous UUID:        E2C825AF-3E48-E6EF-1FBF-AF314205A3D1


Time Awake Since Boot: 27000 seconds

System Integrity Protection: enabled

Notes:                 Translocated Process

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

Exception Type:        EXC_BAD_ACCESS (SIGABRT)
Exception Codes:       KERN_PROTECTION_FAILURE at 0x00000001062ae008
Exception Note:        EXC_CORPSE_NOTIFY

VM Regions Near 0x1062ae008:
    __LINKEDIT                  10629c000-1062ae000    [   72K] r--/rwx SM=COW  /var/folders/*/Cyberduck.app/Contents/PlugIns/Runtime.jre/Contents/Home/lib/libjava.dylib
--> VM_ALLOCATE                 1062ae000-1062af000    [    4K] ---/rwx SM=NUL  
    VM_ALLOCATE                 1062af000-1062b0000    [    4K] r--/rwx SM=PRV  

Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
abort() called
terminating with uncaught exception of type NSException

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff204c16af __exceptionPreprocess + 242
1   libobjc.A.dylib                     0x00007fff201f93c9 objc_exception_throw + 48
2   CoreFoundation                      0x00007fff20575a9a -[__NSCFString characterAtIndex:].cold.1 + 0
3   CoreFoundation                      0x00007fff20573953 -[__NSArrayM insertObject:atIndex:].cold.2 + 0
4   CoreFoundation                      0x00007fff203e7411 -[__NSArrayM insertObject:atIndex:] + 1135
5   UIFoundation                        0x00007fff239e6b4b __defaultTabStops_block_invoke + 161
6   libdispatch.dylib                   0x00007fff201a47c7 _dispatch_client_callout + 8
7   libdispatch.dylib                   0x00007fff201a596b _dispatch_once_callout + 20
8   UIFoundation                        0x00007fff239e6aa8 -[NSParagraphStyle tabStops] + 51
9   UIFoundation                        0x00007fff23a00fb1 -[NSMutableParagraphStyle setParagraphStyle:] + 283
10  libjnidispatch.dylib                0x0000000106651e74 ffi_call_unix64 + 76
11  ???                                 0x00007ffee9b900a8 0x0 + 140732819636392

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff20321462 __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff2034f610 pthread_kill + 263
2   libsystem_c.dylib             	0x00007fff202a2720 abort + 120
3   libc++abi.dylib               	0x00007fff20314418 abort_message + 231
4   libc++abi.dylib               	0x00007fff20305a7d demangling_terminate_handler() + 266
5   libobjc.A.dylib               	0x00007fff201fb9b1 _objc_terminate() + 96
6   libc++abi.dylib               	0x00007fff20313847 std::__terminate(void (*)()) + 8
7   libc++abi.dylib               	0x00007fff203137e9 std::terminate() + 41
8   libdispatch.dylib             	0x00007fff201a47db _dispatch_client_callout + 28
9   libdispatch.dylib             	0x00007fff201a596b _dispatch_once_callout + 20
10  com.apple.UIFoundation        	0x00007fff239e6aa8 -[NSParagraphStyle tabStops] + 51
11  com.apple.UIFoundation        	0x00007fff23a00fb1 -[NSMutableParagraphStyle setParagraphStyle:] + 283
12  libjnidispatch.dylib          	0x0000000106651e74 ffi_call_unix64 + 76
13  libjnidispatch.dylib          	0x000000010665143d ffi_call + 1005

Attachments

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions