[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 11:02:56 UTC 2018


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

--- Comment #15 from Neil Youngman <neil.youngman at wirefast.com> ---
I can reproduce a hang on an RHEL7 box. 

Are the following gdb backtraces in nay way helpful? The last one looks
corrupt.

What else do you need to trace this?


$ ps auxww | grep '[l]ibre'
neily    40304  0.0  0.0 297160  2324 pts/0    Sl+  10:54   0:00
/opt/libreoffice5.4/program/oosplash --convert-to pdf /tmp/hamlet250.docx
neily    40321 78.7  1.7 1029636 139100 pts/0  Rl+  10:54   0:18
/opt/libreoffice5.4/program/soffice.bin --convert-to pdf /tmp/hamlet250.docx
neily    40379  0.0  0.0 149696  2308 pts/3    Sl+  10:54   0:00
/opt/libreoffice5.4/program/oosplash --convert-to pdf /tmp/test250.docx

$ gdb /opt/libreoffice5.4/program/oosplash 40304
GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-51.el7
Copyright (C) 2013 Free Software Foundation, Inc.
...
(gdb) bt
#0  0x00007f467e698ab2 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
   from /usr/lib64/libpthread.so.0
#1  0x00007f467f2d551e in osl_waitCondition ()
   from /opt/libreoffice5.4/program/libuno_sal.so.3
#2  0x00007f467f2dce68 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 40321
...
(gdb) bt
#0  0x00007f7cbdacff27 in pthread_join () from /usr/lib64/libpthread.so.0
#1  0x00007f7cc1ae9213 in desktop::RequestHandler::Disable() ()
   from /opt/libreoffice5.4/program/libmergedlo.so
#2  0x00007f7cc1ac4cf3 in desktop::Desktop::DeInit() ()
   from /opt/libreoffice5.4/program/libmergedlo.so
#3  0x00007f7cc2ad6c03 in DeInitVCL() ()
   from /opt/libreoffice5.4/program/libmergedlo.so
#4  0x00007f7cc2ad7a4b in ImplSVMain() ()
   from /opt/libreoffice5.4/program/libmergedlo.so
#5  0x00007f7cc2ad7ab2 in SVMain() ()
   from /opt/libreoffice5.4/program/libmergedlo.so
#6  0x00007f7cc1af1e9d in soffice_main ()
   from /opt/libreoffice5.4/program/libmergedlo.so
#7  0x000000000040075b in main ()



$ gdb /opt/libreoffice5.4/program/soffice.bin 40379
GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-51.el7
Copyright (C) 2013 Free Software Foundation, Inc.
...
(gdb) bt
#0  0x00007fe4dd88699d in ?? ()
#1  0x0000000000000000 in ?? ()

-- 
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/8ec32f8b/attachment.html>


More information about the Libreoffice-bugs mailing list