[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #44012] GRAPH /SCATTERPLOT crashes the gui
From: |
John Darrington |
Subject: |
PSPP-BUG: [bug #44012] GRAPH /SCATTERPLOT crashes the gui |
Date: |
Thu, 15 Jan 2015 14:52:49 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0 |
URL:
<http://savannah.gnu.org/bugs/?44012>
Summary: GRAPH /SCATTERPLOT crashes the gui
Project: PSPP
Submitted by: jmd
Submitted on: Thu 15 Jan 2015 03:52:49 PM CET
Category: Graphical User Interface
Severity: 7 - Major
Status: None
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Release: None
Effort: 0.00
_______________________________________________________
Details:
The "scatterplots" produced by the GRAPH command have the potential to do
wierd things, incluiding crash.
the problem is, that the xrchart_draw_scatterplot function (called by the
output window's expose callback) tries to access data in the current file.
However this data may have changed, or may even no longer exist.
To see demonstrate the problem call:
GRAPH /SCATTERPLOT (BIVARIATE) = x WITH y.
NEW FILE.
and run this in the GUI. It will probably crash.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?44012>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- PSPP-BUG: [bug #44012] GRAPH /SCATTERPLOT crashes the gui,
John Darrington <=