Bug 376509 - Crash during performing a linear fit of data
Summary: Crash during performing a linear fit of data
Status: RESOLVED FIXED
Alias: None
Product: LabPlot2
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Alexander Semke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-15 10:41 UTC by Peter G
Modified: 2017-02-15 13:44 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 2.4


Attachments
Terminal output from start of program to crash (1.67 KB, text/plain)
2017-02-15 10:41 UTC, Peter G
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter G 2017-02-15 10:41:48 UTC
Created attachment 104042 [details]
Terminal output from start of program to crash

Labplot2 crashes when adding a linear fit to an x,y dataset

Step-by-step description to reproduce crash:
* Create project
* Create spreadsheet and enter x, y data
* Create worksheet, and add xy plot
* Add xy curve using x, y data above
* Select worksheet, click on Analysis/Data fitting from menu bar
* Select the x, y data to be fitted, select a linear fit (c0 + c1*x) and click recalculate
-> Program crashes
Comment 1 Peter G 2017-02-15 10:43:06 UTC
The crash occurs for version 2.3.0 of Labplot2, compiled from sources on a x64 Arch Linux system.
Comment 2 Alexander Semke 2017-02-15 11:08:26 UTC
This bug should be already fixed. Can you please try out with the current code being prepared now for the 2.4-release?
The repository link is shown on https://labplot.kde.org/download/

For the Qt4/kdelibs4-version of the application, checkout the master branch. For the Qt5/kf5-version checkout the frameworks branch. Thanks for giving it a try.
Comment 3 Peter G 2017-02-15 13:27:06 UTC
Thanks for the info. I built the 2.4 frameworks version, and the bug has indeed been resolved.

Thanks for making this great software!

-Peter
Comment 4 Alexander Semke 2017-02-15 13:44:24 UTC
Peter, thank you for validating the fix.