[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2022-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

Caolán McNamara  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |
 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #17 from Caolán McNamara  ---
just bandaids really, but nevertheless doesn't crash for me now

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2022-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

--- Comment #16 from Commit Notification 
 ---
Caolán McNamara committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/6c0dca63cd93c393b12bdbd2ce777c275a9279ff

Resolves: tdf#117159 don't crash with chart selected in database report edit

It will be available in 7.4.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2022-03-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.4.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2022-03-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

--- Comment #15 from Robert Großkopf  ---
*** Bug 148110 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2022-03-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

Mike Kaganski  changed:

   What|Removed |Added

 CC||majlat...@freemail.hu

--- Comment #14 from Mike Kaganski  ---
*** Bug 148110 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2021-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

--- Comment #13 from Mike Kaganski  ---
FTR: the crash happens at the time of updating properties panel; so closing the
panel "workarounds" the crash at chart selection.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2021-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

--- Comment #12 from Mike Kaganski  ---
The problem is that chart::InternalDataProvider does not implement
css::beans::XPropertySet, which makes PropertyHandler::inspect (called from
DataProviderHandler::inspect) to assign nullptr to the m_xComponent, and then
dereferencing it inside DataProviderHandler::getPropertyValue segfaults.

The code in FormComponentPropertyHandler methods (e.g.,
impl_getPropertyValue_throw) seems to dereference m_xComponent unconditionally
- that seems odd. But I have no idea which should be the fix - if the interface
is needed (and then it should throw when the interface is null) or the
dereference should be guarded by checks (because it may be null for a good
reason) (and I am not working on this - just placing it here for whoever has
the idea).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2021-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

Julien Nabet  changed:

   What|Removed |Added

 CC||ipla...@tuta.io

--- Comment #11 from Julien Nabet  ---
*** Bug 144101 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2021-08-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

Julien Nabet  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||7162

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2021-07-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

--- Comment #10 from Robert Großkopf  ---
Seems this bug disappeared and now has come back.

In LO 7.0.0.3 and all newer version a click with the mouse will immediately
lead to crash of LO. With LO 6.4.7.2 I could click on the chart, also with LO
6.3.5.2. No crash will happen there.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2020-07-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

--- Comment #9 from Robert Großkopf  ---
Had to copy all content of old reports to new reports, because it is impossible
to delete the old charts, which aren't working any more.

Then I tried to create a separate report with a chart. It is possible to create
a new report with a chart. It is also possible to create such a report, close
Base and reopen it and trying to edit the chart.

Tested with LO 6.4.4.2 on OpenSUSE 15.1 64bit rpm Linux
... but when I test this with LO 7.0.0.2 I will get again a crash when I try to
select the chart.

But see also: If a chart has been created the content of the chart will be
shown only while the editor-window is opened. After saving the report and
closing it the chart will never appear again.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2019-04-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

Julien Nabet  changed:

   What|Removed |Added

 CC||zieritz.andr...@gmail.com

--- Comment #8 from Julien Nabet  ---
*** Bug 124508 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2019-01-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #7 from Regina Henschel  ---
It crashes in Version: 6.3.0.0.alpha0+ (x64)
Build ID: be70ea5ee6a4222383b6324ee16bcde053df605d
CPU threads: 8; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: de-DE (en_US); UI-Language: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2019-01-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

Robert Großkopf  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #6 from Robert Großkopf  ---
(In reply to Joao Farias from comment #5)
> Not reproducible on
> 
> The "Geschlecht_Diagramm" open for edition normally.

Did you really tried to edit the chart in this report? Opening the report for
editing isn't the content of this bug.

Tested with
Version: 6.3.0.0.alpha0+
Build ID: 9eacb42ca081302faa62ac0f8c0af0adfa0e920b
CPU threads: 6; OS: Linux 4.12; UI render: default; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2018-12-18_01:17:19
Locale: de-DE (de_DE.UTF-8); UI-Language: en-US
Calc: threaded

If I open the report for editing and click on the chart (for editing the chart)
LO crashes immediately.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2019-01-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

Joao Farias  changed:

   What|Removed |Added

 CC||jgfaria...@gmail.com
 Status|NEW |NEEDINFO

--- Comment #5 from Joao Farias  ---
Not reproducible on

Version: 6.3.0.0.alpha0+
Build ID: 16fffbe869785dffeda9ae0d9f7c18a6559a2093
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2019-01-19_01:39:11
Locale: en-GB (en_GB.UTF-8); UI-Language: en-US
Calc: threaded

The "Geschlecht_Diagramm" open for edition normally.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2018-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

--- Comment #4 from branestawm  ---
Also reproduced in LO 6.0.1.1 (TDF install) under OpenSuse 42.3 x64.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2018-04-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

Xisco Faulí  changed:

   What|Removed |Added

   Priority|medium  |high
   Severity|normal  |major

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2018-04-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||haveBacktrace

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2018-04-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #3 from Julien Nabet  ---
Created attachment 141610
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141610=edit
bt with debug symbols

On pc Debian x86-64 with master sources updated today, I could reproduce this.
I attached bt + a bit of gdb session

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

Xisco Faulí  changed:

   What|Removed |Added

 Blocks||108745


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108745
[Bug 108745] [META] Report Builder bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

Xisco Faulí  changed:

   What|Removed |Added

   Hardware|x86-64 (AMD64)  |All
Version|4.4.7.2 release |4.1 all versions
 OS|Linux (All) |All

--- Comment #2 from Xisco Faulí  ---
Also reproduced in

Version 4.1.0.0.alpha0+ (Build ID: efca6f15609322f62a35619619a6d5fe5c9bd5a)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2018-04-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
Crash report or||["pcr::FormComponentPropert
crash signature||yHandler::impl_getPropertyV
   ||alue_throw(rtl::OUString
   ||const &)"]

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117159] REPORTBUILDER - Trying to edit chart leads to crash of whole LO

2018-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117159

Drew Jensen  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Drew Jensen  ---
Can confirm this using:
Version: 5.4.6.2
Build ID: 1:5.4.6-0ubuntu0.17.10.1
CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk3; 
Locale: en-US (en_US.UTF-8); Calc: group

and daily build from 6.0.5 and 6.1Alpha

This is not hsql specific. I converted the odb to firebird (with all items
working) except the report with the chart. Tried editing that report (to
replace the name of the view which I needed to shorten during the migration)
and crash in both 6.0.5 and 6.1Alpha.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs