Bug 119068 - REPORTBUILDER: Create Report Wizard crashes 6.1 RC if based on a Table and started prior to default connection active
Summary: REPORTBUILDER: Create Report Wizard crashes 6.1 RC if based on a Table and st...
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Base (show other bugs)
Version:
(earliest affected)
6.1.0.2 rc
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-02 16:56 UTC by Drew Jensen
Modified: 2018-08-07 16:12 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
test file (27.41 KB, application/vnd.oasis.opendocument.database)
2018-08-02 16:57 UTC, Drew Jensen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Drew Jensen 2018-08-02 16:56:34 UTC
Description:
The Report Wizard, like the Form Wizard, can read field information about tables or queries known from the ODB metadata or query definition, without having to activate the default connection. In other words you don't have to click on the tables section and then go back to reports section to start a new report.

In the 6.2 master build and only for tables (queries work fine) doing so crashes after finishing with the wizard when the wizard code goes to launch the newly created .rpt file.

Steps to Reproduce:
1. Download the attached file.
2. Go to the Reports section of the ODB window (do not go to Tables section first)
3. Click on Create new report with wizard.
4. Use the drop down to select Tables to base the new report on.
5. Select the only table there.
6. Select and move both fields for inclusion in the report.
7. Click the button Finished

Actual Results:
Libreoffice crashes, no crash report file seems to be made. 

Expected Results:
New columnar based report opens.


Reproducible: Always


User Profile Reset: No



Additional Info:
Ubuntu 18.04
Libreoffice: Version: 6.1.1.0.0+
Build ID: f67c6912e8612c5850a5728c2222971b4ec130b9
CPU threads: 4; OS: Linux 4.15; UI render: GL; VCL: gtk2; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:libreoffice-6-1, Time: 2018-07-26_03:31:44
Locale: en-US (en_US.UTF-8); Calc: group threaded

Because the test file is using embedded Firebird, tested with an without experimental features turned on under 6.1, it made no difference.

Tested against 6.0.5 and 6.2Alpha, no problem in either of those.
Comment 1 Drew Jensen 2018-08-02 16:57:33 UTC
Created attachment 143937 [details]
test file
Comment 2 Xisco Faulí 2018-08-03 10:14:41 UTC
I can't reproduce it in

Versión: 6.1.0.2
Id. de compilación: b3972dcf1284967612d5ee04fea9d15bcf0cc106
Subprocs. CPU: 1; SO: Windows 6.1; Repres. IU: predet.; 
Configuración regional: es-ES (es_ES); Calc: group threaded

You sure you attached the correct file ?
Comment 3 Alex Thurgood 2018-08-06 09:46:04 UTC
No crash for me with

Version: 6.2.0.0.alpha0+
Build ID: 36e1f6ebf0c74b4b90bbf1aab8d9ab69b8746f3a
CPU threads: 4; OS: Mac OS X 10.13.6; UI render: default; 
Locale: fr-FR (fr_FR.UTF-8); Calc: group threaded


this is my own recent master build on MacOS 10.13.6.

I get the columnar report as expected, and no crash.
Comment 4 Alex Thurgood 2018-08-06 10:12:18 UTC
No crash either with

Version: 6.1.1.0.0+
Build ID: 7a94069af971b9326e017d93b78118201291c48d
CPU threads: 4; OS: Mac OS X 10.13.6; UI render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:libreoffice-6-1, Time: 2018-08-04_20:34:42
Locale: fr-FR (fr_FR.UTF-8); Calc: group threaded

Daily build from 04/AUG/2018
Comment 5 Xisco Faulí 2018-08-06 10:15:46 UTC
To be certain the reported issue is not
related to corruption in the user profile, could you please reset your
Libreoffice profile ( https://wiki.documentfoundation.org/UserProfile ) and
re-test?

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the issue is still present
Comment 6 Drew Jensen 2018-08-06 15:33:47 UTC
It was not a corrupted profile.

However I did set the options back to defaults (I was still using OpenGL for instance) and I removed the third party extensions.\

The problem stopped.

I'll start putting those changes back one at a time and see if I can't find which setting or extension caused it.
Comment 7 Xisco Faulí 2018-08-07 15:39:15 UTC
Hello  Drew Jensen,
So now it works with all the extensions back and OpenGL enabled ?
Comment 8 Drew Jensen 2018-08-07 16:12:00 UTC
I started with a new copy of 6.1 RC3
Default install no problem.
Added in APSO, MRI, Basic Extension Builder, exportcsv and basereportextension

Still no problem. Tried the sequence with both firebird and hsql files. 

I'll close it as works for me.