https://bugs.freedesktop.org/show_bug.cgi?id=55587

          Priority: medium
            Bug ID: 55587
          Assignee: [email protected]
           Summary: Libreoffice segfaults when trying to shut it down with
                    .uno:Quit
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: [email protected]
          Hardware: x86-64 (AMD64)
            Status: UNCONFIRMED
           Version: 3.6.2.2 rc
         Component: BASIC
           Product: LibreOffice

Hi,

and I have some scripts that rely on .uno:Quit it to shut down libreoffice
after some operations have been done.

Most of the time, everything goes nice. However, after having processed some
documents libreoffice segfaults when calling .uno:Quit. This is systematic. For
instance, I have a bash script to export presentation slides in pdf, that goes
like

${SOFFICE} ${SOFFICE_OPTIONS} \
      $CMDPREFIX.SaveSlidesAsPDF\($fullname\) ".uno:Quit"

where SaveSlidesAsPDF is a macro inserted in libreoffice to do the PDF export.
Now, with certain documents everything is fine. With others, after the export
rather than quitting libreoffice segfaults. Note that the problem is not in the
export: libreoffice produces a valid PDF file.

When crashing libreoffice says:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0000000000000030, pid=11707, tid=140390183426304
#
# JRE version: 6.0_24-b24
# Java VM: OpenJDK 64-Bit Server VM (20.0-b12 mixed mode linux-amd64 compressed
oops)
# Derivative: IcedTea6 1.11.4
# Distribution: Ubuntu 12.04 LTS, package 6b24-1.11.4-1ubuntu0.12.04.1
# Problematic frame:
# C  0x0000000000000030
[error occurred during error reporting (printing problematic frame), id 0xb]

# An error report file with more information is saved as:
# /home/callegar/Documents/Didattica/Slides/EEAS_2012-13/hs_err_pid11707.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
#

[error occurred during error reporting , id 0xb]

Maybe mine is a bit of a corner case. However, the application should never
segfault in this way.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to