Bug 129428

Summary: CRASH: Chart: Displaying content menu of a data point
Product: LibreOffice Reporter: Xisco Faulí <xiscofauli>
Component: ChartAssignee: Not Assigned <libreoffice-bugs>
Status: VERIFIED FIXED    
Severity: normal CC: aron.budea, kara, michael.meeks, serval2412, xiscofauli
Priority: medium Keywords: bibisected, bisected, haveBacktrace, regression
Version: 7.0.0.0.alpha0+   
Hardware: All   
OS: All   
See Also: https://bugs.documentfoundation.org/show_bug.cgi?id=94288
https://bugs.documentfoundation.org/show_bug.cgi?id=129411
https://bugs.documentfoundation.org/show_bug.cgi?id=133630
Whiteboard:
Crash report or crash signature: Regression By:
Bug Depends on:    
Bug Blocks: 90486, 133092    
Attachments: bt Windows (windbg)
bt with debug symbols
Valgrind trace

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!!