https://bugs.documentfoundation.org/show_bug.cgi?id=113259

--- Comment #16 from Neil Youngman <neil.young...@wirefast.com> ---
Checking the above for consistency I see the "corrupt" backtrace is due to
passing gdb the wrong binary.

Repeating it, more carefully ....

$ ps auxww | grep '[l]ibre'
neily    64802  0.0  0.0 297160  2324 pts/0    Sl+  13:37   0:00
/opt/libreoffice5.4/program/oosplash --convert-to pdf /tmp/hamlet250.docx
neily    64819 79.6  1.7 1099548 136680 pts/0  Sl+  13:37   0:28
/opt/libreoffice5.4/program/soffice.bin --convert-to pdf /tmp/hamlet250.docx
neily    64953  0.0  0.0 149696  2312 pts/3    Sl+  13:37   0:00
/opt/libreoffice5.4/program/oosplash --convert-to pdf /tmp/test250.docx


$ gdb /opt/libreoffice5.4/program/oosplash 64802
GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-51.el7
...
(gdb) bt
#0  0x00007ff399705ab2 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
   from /usr/lib64/libpthread.so.0
#1  0x00007ff39a34251e in osl_waitCondition ()
   from /opt/libreoffice5.4/program/libuno_sal.so.3
#2  0x00007ff39a349e68 in osl_joinProcessWithTimeout ()
   from /opt/libreoffice5.4/program/libuno_sal.so.3
#3  0x0000000000406e3f in sal_main_with_args ()
#4  0x0000000000403cca in main ()



$ gdb /opt/libreoffice5.4/program/soffice.bin 64819 
GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-51.el7
...
(gdb) bt
#0  0x00007fe15fbddf27 in pthread_join () from /usr/lib64/libpthread.so.0
#1  0x00007fe163bf7213 in desktop::RequestHandler::Disable() ()
   from /opt/libreoffice5.4/program/libmergedlo.so
#2  0x00007fe163bd2cf3 in desktop::Desktop::DeInit() ()
   from /opt/libreoffice5.4/program/libmergedlo.so
#3  0x00007fe164be4c03 in DeInitVCL() ()
   from /opt/libreoffice5.4/program/libmergedlo.so
#4  0x00007fe164be5a4b in ImplSVMain() ()
   from /opt/libreoffice5.4/program/libmergedlo.so
#5  0x00007fe164be5ab2 in SVMain() ()
   from /opt/libreoffice5.4/program/libmergedlo.so
#6  0x00007fe163bffe9d in soffice_main ()
   from /opt/libreoffice5.4/program/libmergedlo.so



$ gdb /opt/libreoffice5.4/program/oosplash 64953
GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-51.el7
...
(gdb) bt
#0  0x00007f34438b099d in read () from /usr/lib64/libc.so.6
#1  0x0000000000407ab6 in sal_main_with_args ()
#2  0x0000000000403cca in main ()
(gdb)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to