You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2013/09/01 17:26:35 UTC

[Bug 123157] New: Exiting "Draft mode" in form in the attached document crashes OpenOffice

https://issues.apache.org/ooo/show_bug.cgi?id=123157

            Bug ID: 123157
        Issue Type: DEFECT
           Summary: Exiting "Draft mode" in form in the attached document
                    crashes OpenOffice
           Product: Writer
           Version: 4.0.0
          Hardware: All
                OS: Linux64
            Status: UNCONFIRMED
          Keywords: crash
          Severity: normal
          Priority: P2
         Component: ui
          Assignee: issues@openoffice.apache.org
          Reporter: pescetti@apache.org
                CC: issues@openoffice.apache.org

Created attachment 81425
  --> https://issues.apache.org/ooo/attachment.cgi?id=81425&action=edit
Exit draft mode, OpenOffice crashes

1. Open the attached document. It is a simple form, with a drop-down list
taking values in the "biblio" database (from the "author" filed). "Draft mode"
is set to on.

2. Close Draft mode.

3. OpenOffice crashes.

Crash: OpenOffice 4.0 Italian, Linux 64 bit RPM.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

[Issue 123157] CRASH when Exiting "Design mode" in form with SQL database connection

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=123157

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |elish@apache.org

--- Comment #5 from Ariel Constenla-Haile <ar...@apache.org> ---
*** Issue 124507 has been marked as a duplicate of this issue. ***

-- 
You are receiving this mail because:
You are on the CC list for the issue.
You are the assignee for the issue.
You are watching all issue changes.

[Bug 123157] CRASH when Exiting "Design mode" in form with SQL database connection

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=123157

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|ui                          |code
            Product|Writer                      |Base

--- Comment #4 from Ariel Constenla-Haile <ar...@apache.org> ---
It is the query that crashes.
Open the Bibliographic database
Create the following query in SQL view: SELECT DISTINCT "Author" FROM "biblio"
Execute the query
Crash

No Writer bug.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

[Bug 123157] Exiting "Design mode" in form in the attached document crashes OpenOffice

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=123157

Rainer Bielefeld <ra...@bielefeldundbuss.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |regression
             Status|UNCONFIRMED                 |CONFIRMED
                 CC|                            |rainerbielefeld_ooo_qa@biel
                   |                            |efeldundbuss.de
            Version|4.0.0                       |3.4.0
            Summary|Exiting "Draft mode" in     |Exiting "Design mode" in
                   |form in the attached        |form in the attached
                   |document crashes OpenOffice |document crashes OpenOffice
     Ever confirmed|0                           |1
                 OS|Linux64                     |All

--- Comment #1 from Rainer Bielefeld <ra...@bielefeldundbuss.de> ---
Reproducible with  "AOO 4.1.0-Dev – English  UI / German locale -
[AOO410m1(Build:9750)  -  Rev. 1516435  2013-08-24]" on German WIN7 Home
Premium (64bit)", own separate user profile:

1. Open attachment from AOO Start center
2. Menu 'View -> Toolbars -> Form Controls' to make toolbar visible if
necessary
3. Click 'Design Mode' in Toolbar
   CRASH

a) Already Reproducible  with 
* server installation of  " AOO 4.0.0-Dev  – English UI / German locale
[AOO400m1(Build:9700) - Rev. 1457992 - Rev.1457606]" on German WIN7 Home
Premium (64bit)", own separate user profile
* 3.4.0

b) Was still ok with 2.0.2. 3.3.0, so rather old REGRESSION

c) currently I can't imagine what in the particular document causes the crash

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

[Bug 123157] CRASH when Exiting "Design mode" in form with SQL database connection

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=123157

--- Comment #3 from Rainer Bielefeld <ra...@bielefeldundbuss.de> ---
Query string "SELECT  DISTINCT "Author"" does not cause the crash in a new
document, but "SELECT  DISTINCT "Author" FROM "biblio"" also will cause a crash
in a newly created document with list box

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

[Issue 123157] CRASH when Exiting "Design mode" in form with SQL database connection

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=123157

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Latest|---                         |4.1.0-beta
    Confirmation on|                            |

-- 
You are receiving this mail because:
You are on the CC list for the issue.
You are the assignee for the issue.
You are watching all issue changes.

[Bug 123157] CRASH when Exiting "Design mode" in form with SQL database connection

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=123157

Rainer Bielefeld <ra...@bielefeldundbuss.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Exiting "Design mode" in    |CRASH  when Exiting "Design
                   |form in the attached        |mode" in form with SQL
                   |document crashes OpenOffice |database connection

--- Comment #2 from Rainer Bielefeld <ra...@bielefeldundbuss.de> ---
Reason for the crash is in control field "data" SQL query:
'SELECT  DISTINCT "Author" FROM "biblio"'. 

After deletion of that control field contents and saved, closed and reopened
document no longer will crash. Copy / paste of that contents will cause the
crash again.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.