Created attachment 146532 [details] Inserting trend line causes crash Trying to Insert a trend line (after selecting data in the chart) causes Calc to crash. What I tried: opening in safe mode cutting and pasting data into new file starting over with completely new data and file restoring from backup (not sure how it is worded --- the first choice given when trying to open a program that just crashed) example file attached crash report: http://crashreport.libreoffice.org/stats/crash_details/c5f5d81f-4c57-40e1-a12c-a6688e29b28a I don't know what more information could be useful. Please bear with me.
Confirmed with Ubuntu 18.04 and LO 6.2.1Alpha1 Also checked with 6.1.3.2 and that functioned as expected. Marked as regresion and bibisect request. Will do so after updating the local bibisect repository.
Bibisect reports that the anomaly arrived with commit: 8947c9b1d8cd407131fdfb6fc3c77c8532e9d2a0 author Caolán McNamara <caolanm@redhat.com> 2018-10-18 13:00:41 +0100 Titled: weld SchAttribTabDlg
oops saved before I was done updateing The commit effected files: chart2/source/controller/dialogs/dlg_ObjectProperties.cxx chart2/source/controller/inc/dlg_ObjectProperties.hxx chart2/source/controller/main/ChartController_Insert.cxx chart2/source/controller/main/ChartController_Properties.cxx chart2/uiconfig/ui/attributedialog.ui include/sfx2/tabdlg.hxx include/vcl/weld.hxx sd/uiconfig/simpress/ui/templatedialog.ui sfx2/source/dialog/tabdlg.cxx vcl/source/app/salvtables.cxx vcl/unx/gtk3/gtk3gtkinst.cxx Tested with both GTK2 and GTK3, when the crash manifested, it made not difference in behavior. Added developer to CC.
Created attachment 146539 [details] bt with debug symbols
Considering bt, it's a dup of tdf#121246 *** This bug has been marked as a duplicate of bug 121246 ***
Changing it to ASSIGNED according to https://gerrit.libreoffice.org/#/c/63387/
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/39aa91cfb4620a650ceba01076a1c0aa2fbfdadf%5E%21 Resolves: tdf#121341 weld TrendlineTabPage It will be available in 6.2.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.
this subpart should now be fixed, more to do though
The same problem happens when selecting X axis, Y axis, or All axis. Selecting any of them causes the program to crash. Is that related to what you are working on? I am asking because you say that there is more to do. If these other problems are related, should I still file a separate bug report? If I should file a bug report, should there be separate reports or can they be combined into one?
To be clear, I am asking if there should be separate reports for X axis, Y axis, and All axis.
no, no need to file anything until bug 121246 is resolved, and then only if there are remaining crashes
For adding a trendline to an individual data series, the problem has been fixed. However, the problem persists for adding trendlines for all data series. That is, when no data series is first selected, Insert > Trend Line remains grayed out.
If it doesn't crash then the crashing bug is fixed, if you have some non-crashing problem you should file a new bug report for it
Oh, that makes sense. Will do. Glad you were able to fix the crashing problem.