[Bug 2176] New: LibreOffice Base crashes when enter a quote while changing a query

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Fri Jan 16 15:46:04 UTC 2015


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2176

            Bug ID: 2176
           Summary: LibreOffice Base crashes when enter a quote while
                    changing a query
           Product: IcedTea
           Version: 6-hg
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: IcedTea
          Assignee: gnu.andrew at redhat.com
          Reporter: christian at bardak.ws
                CC: unassigned at icedtea.classpath.org

Created attachment 1245
  --> http://icedtea.classpath.org/bugzilla/attachment.cgi?id=1245&action=edit
Logfile

Hi,

it's my first Bug Report and I hope I am doing everything right for you to help
me.

I am able to reproduce the error. The error occurs when I enter a quote while
changing a query in LibreOffice Base. Here is the query I want to change:

SELECT "Monat", "s"."Typ", "Betrag" FROM (
 SELECT "Monat", "Typ", "Betrag" FROM "vb_EKY" UNION ALL 
 SELECT "Monat", "Typ", "Betrag" FROM "vb_GMBS" UNION ALL 
 SELECT "Monat", "Typ", "Betrag" FROM "vb_KG" UNION ALL 
 SELECT "Monat", "Typ", "Betrag" FROM "vb_RB1" UNION ALL 
 SELECT "Monat", "Typ", "Betrag" FROM "vb_RBSG" UNION ALL 
 SELECT "Monat", "Typ", "Betrag" FROM "vb_Schule" UNION ALL 
 SELECT "Monat", "Typ", "Betrag" FROM "vb_WW" UNION ALL 
 SELECT "Monat", "Typ", "Betrag" FROM "vb_KdU" 
) AS "a", "Stammdaten" AS "s" WHERE "a"."Typ" = "s"."ID" ORDER BY "Monat",
"a"."Typ"

Now I want to add a new field in the select list an begin to write (see second
row):

SELECT "Monat", "s"."Typ", "Betrag" FROM (
 SELECT CONCAT(""Monat", "Typ", "Betrag" FROM "vb_EKY" UNION ALL 
 SELECT "Monat", "Typ", "Betrag" FROM "vb_GMBS" UNION ALL 
...

Then Basse crashes while typing the quote. When opening Base from the terminal
I get this errormessage:

christian at christian-laptop:~$ libreoffice --base
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f0134f3112c, pid=17103, tid=139643213387968
#
# JRE version: 6.0_33-b33
# Java VM: OpenJDK 64-Bit Server VM (23.25-b01 mixed mode linux-amd64
compressed oops)
# Derivative: IcedTea6 1.13.5
# Distribution: Debian GNU/Linux 7.6 (wheezy), package 6b33-1.13.5-2~deb7u1
# Problematic frame:
# C  [libsvtlo.so+0x1c912c] 
svtools::QueryDeleteDlg_Impl::QueryDeleteDlg_Impl(Window*, String const&)+0xa2c
#
# 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:
# /home/christian/hs_err_pid17103.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
#

[error occurred during error reporting , id 0xb]

christian at christian-laptop:~$ ulimit
unlimited

So I hope you could help me somehow.
Greetings Christian

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20150116/c2b9f61d/attachment-0001.html>


More information about the distro-pkg-dev mailing list