ns1:~ alex$ lldb /Applications/LibreOfficeDev.app (lldb) target create "/Applications/LibreOfficeDev.app" Current executable set to '/Applications/LibreOfficeDev.app' (x86_64). (lldb) run Process 7627 launched: '/Applications/LibreOfficeDev.app/Contents/MacOS/soffice' (x86_64) Process 7627 stopped * thread #1: tid = 0x3ee565, 0x00007fff5fc01000 dyld`_dyld_start, stop reason = exec frame #0: 0x00007fff5fc01000 dyld`_dyld_start dyld`_dyld_start: -> 0x7fff5fc01000 <+0>: popq %rdi 0x7fff5fc01001 <+1>: pushq $0x0 0x7fff5fc01003 <+3>: movq %rsp, %rbp 0x7fff5fc01006 <+6>: andq $-0x10, %rsp (lldb) q Quitting LLDB will kill one or more processes. Do you really want to proceed: [Y/n] n (lldb) c Process 7627 resuming Process 7627 stopped * thread #1: tid = 0x3ee565, 0x000000010206df96 libvcllo.dylib`VirtualDevice::InnerImplSetOutputSizePixel(Size const&, bool, boost::shared_array const&, bool) + 38, queue = 'com.apple.main-thread', stop reason = signal SIGSEGV frame #0: 0x000000010206df96 libvcllo.dylib`VirtualDevice::InnerImplSetOutputSizePixel(Size const&, bool, boost::shared_array const&, bool) + 38 libvcllo.dylib`VirtualDevice::InnerImplSetOutputSizePixel: -> 0x10206df96 <+38>: movq 0x210(%rbx), %rdi 0x10206df9d <+45>: testq %rdi, %rdi 0x10206dfa0 <+48>: je 0x10206e17d ; <+525> 0x10206dfa6 <+54>: movq (%r14), %rsi (lldb) c Process 7627 resuming # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x000000010206df96, pid=7627, tid=40975 # # JRE version: Java(TM) SE Runtime Environment (8.0_45-b14) (build 1.8.0_45-b14) # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.45-b02 mixed mode bsd-amd64 compressed oops) # Problematic frame: # C [libvcllo.dylib+0x2e5f96] _ZN13VirtualDevice27InnerImplSetOutputSizePixelERK4SizebRKN5boost12shared_arrayIhEEb+0x26 # # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again # # An error report file with more information is saved as: # /Users/alex/hs_err_pid7627.log # # If you would like to submit a bug report, please visit: # http://bugreport.java.com/bugreport/crash.jsp # Process 7627 stopped * thread #1: tid = 0x3ee565, 0x00007fff8e865286 libsystem_kernel.dylib`__pthread_kill + 10, queue = 'com.apple.main-thread', stop reason = signal SIGABRT frame #0: 0x00007fff8e865286 libsystem_kernel.dylib`__pthread_kill + 10 libsystem_kernel.dylib`__pthread_kill: -> 0x7fff8e865286 <+10>: jae 0x7fff8e865290 ; <+20> 0x7fff8e865288 <+12>: movq %rax, %rdi 0x7fff8e86528b <+15>: jmp 0x7fff8e860c53 ; cerror_nocancel 0x7fff8e865290 <+20>: retq (lldb) c Process 7627 resuming Process 7627 exited with status = 0 (0x00000000) Terminated due to signal 6 (lldb) bt all error: invalid thread