[Libreoffice-bugs] [Bug 113259] soffice --convert-to hangs on Windows Server 2016 when called multiple times
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Jul 25 13:44:05 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=113259
--- Comment #16 from Neil Youngman <neil.youngman at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180725/38d58bb8/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list