https://bugs.documentfoundation.org/show_bug.cgi?id=168609
Patrick (volunteer) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #3 from Patrick (volunteer) <[email protected]> --- I can reproduce this in my local master build on macOS Tahoe. For step 4 in comment #0, I clicked in the table and then pressed Command-A to select all table cells. Below is the main thread's stack trace. It appears that an uncaught Objective-C exception is being thrown. I'll try and see if I can trap where objc_exception_rethrow() is called in a debugger: (lldb) bt * thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP * frame #0: 0x00000001931bd42c libsystem_kernel.dylib`__wait4 + 8 frame #1: 0x00000001a63a6fb8 libswiftCore.dylib`_swift_spawnBacktracer + 900 frame #2: 0x00000001a63a8b10 libswiftCore.dylib`(anonymous namespace)::handle_fatal_signal(int, __siginfo*, void*) + 384 frame #3: 0x0000000100fc66b4 libuno_sal.dylib.3`(anonymous namespace)::signalHandlerFunction(int, __siginfo*, void*) + 1012 frame #4: 0x0000000193202744 libsystem_platform.dylib`_sigtramp + 56 frame #5: 0x00000001931f8888 libsystem_pthread.dylib`pthread_kill + 296 frame #6: 0x00000001930fe808 libsystem_c.dylib`abort + 124 frame #7: 0x00000001931ac858 libc++abi.dylib`__abort_message + 132 frame #8: 0x00000001931abc4c libc++abi.dylib`std::__terminate(void (*)()) + 48 frame #9: 0x00000001931af648 libc++abi.dylib`__cxa_rethrow + 188 frame #10: 0x0000000192ded78c libobjc.A.dylib`objc_exception_rethrow + 44 frame #11: 0x0000000197bd07f0 AppKit`-[NSApplication _handleEvent:] + 148 frame #12: 0x000000019767d748 AppKit`-[NSApplication run] + 408 frame #13: 0x0000000197669694 AppKit`NSApplicationMain + 880 frame #14: 0x00000001088ca830 libvclplug_osxlo.dylib`AquaSalInstance::SVMainHook(int*) + 140 frame #15: 0x000000010647db7c libvcllo.dylib`ImplSVMain() + 352 frame #16: 0x0000000101186eb0 libsofficeapp.dylib`soffice_main + 208 frame #17: 0x0000000100f0c51c soffice`main + 20 frame #18: 0x0000000192e39d54 dyld`start + 7184 -- You are receiving this mail because: You are the assignee for the bug.
