Bug 129428 - CRASH: Chart: Displaying content menu of a data point
Summary: CRASH: Chart: Displaying content menu of a data point
Status: VERIFIED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Chart (show other bugs)
Version:
(earliest affected)
7.0.0.0.alpha0+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: bibisected, bisected, haveBacktrace, regression
Depends on:
Blocks: Chart Crash
  Show dependency treegraph
 
Reported: 2019-12-16 13:39 UTC by Xisco Faulí
Modified: 2020-06-03 10:57 UTC (History)
5 users (show)

See Also:
Crash report or crash signature:


Attachments
bt Windows (windbg) (47.61 KB, text/plain)
2019-12-16 13:53 UTC, Julien Nabet
Details
bt with debug symbols (7.42 KB, text/plain)
2019-12-16 20:12 UTC, Julien Nabet
Details
Valgrind trace (32.07 KB, application/x-bzip)
2019-12-16 20:43 UTC, Julien Nabet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Xisco Faulí 2019-12-16 13:39:21 UTC
Steps to reproduce:
1. Open attachment 149601 [details] from bug 123722
2. Double click on the chart
3. Click on any number on the X or Y axis
4. Right click on any of the data points

-> Crash

Reproduced in

Version: 6.5.0.0.alpha0+
Build ID: 3e33a11d8a553a99bd5f23940a65c301924198fb
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: x11; 
Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US
Calc: threaded
Comment 1 Xisco Faulí 2019-12-16 13:40:24 UTC
Regression introduced by:

https://cgit.freedesktop.org/libreoffice/core/commit/?id=2d01ed9e8be543460e41e009fa992103a7c8d4c0

author	Muhammet Kara <muhammet.kara@collabora.com>	2019-11-25 21:55:31 +0300
committer	Muhammet Kara <muhammet.kara@collabora.com>	2019-11-26 15:39:56 +0100
commit 2d01ed9e8be543460e41e009fa992103a7c8d4c0 (patch)
tree bd75130e564374647046f03ad4a334c1876d9dd0
parent 9b6b134b3e605236e90aca089867f08d659a6076 (diff)
tdf#94288: Show chart props sidebar on activation

Bisected with: bibisect-linux64-6.5

Adding Cc: to Muhammet Kara
Comment 2 Julien Nabet 2019-12-16 13:53:44 UTC
Created attachment 156606 [details]
bt Windows (windbg)

On Win10 with master sources updated today, I could reproduce this.
Comment 3 Julien Nabet 2019-12-16 20:12:13 UTC
Created attachment 156610 [details]
bt with debug symbols

On pc Debian x86-64 with master sources updated today, I could reproduce this.
Comment 4 Julien Nabet 2019-12-16 20:43:52 UTC
Created attachment 156611 [details]
Valgrind trace
Comment 5 Xisco Faulí 2020-06-03 10:31:12 UTC
Issue fixed by

author	Michael Meeks <michael.meeks@collabora.com>	2020-01-04 18:09:20 +0000
committer	Michael Meeks <michael.meeks@collabora.com>	2020-01-06 19:16:28 +0100
commit 5b77d17c4f1ca734babf962b45c1aa07bdca14e9 (patch)
tree 7ea5542a677748273d2c95cbd3ab1514a4b876f1
parent 0bb6bb7729f159f05100e33797ed667fd9d13ab7 (diff)
sidebar: allow panels to lurk around instead of being disposed.

@Michael, thanks for fixing this issue!!