bugPSPP - Bugs: bug #47141, EXAMINE plot boxplot crashes...

 
 

bug #47141: EXAMINE plot boxplot crashes psppire

Submitter:  Friedrich Beckmann <beckmanf>
Submitted:  Sun 14 Feb 2016 12:51:10 PM UTC
   
 
Category:  Output Driver Severity:  7 - Major
Status:  Cannot Reproduce Assigned to:  None
Open/Closed:  Closed Release:  None
Effort:  0.00
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 14 Feb 2016 07:26:31 PM UTC, comment #2: 

I cannot reproduce the crash in the current git version. The missing parentheses was making the difference to crash psppire.

Friedrich

Friedrich Beckmann <beckmanf>
Group Member
Sun 14 Feb 2016 01:29:56 PM UTC, comment #1: 

1. This syntax does not do what you probably expect.
   The first line should read:
     DATA LIST LIST /A * B (A4).
   Note the parentheses.

2. I could not reproduce a crash (either with or without parens)

3. 03a7b9 is a bit old.  Perhaps you could try a more recent build.

John Darrington <jmd>
Group administrator
Sun 14 Feb 2016 12:51:10 PM UTC, original submission:  

The following code crashes psppire when the output window is scrolled to the boxplot graph.


DATA LIST LIST /A * B A4.
BEGIN DATA
1 A
2 A
2 A
3 A
2 B
END DATA

EXAMINE
        Variables = A by B
        /plot = boxplot
        .


This is tested on macports 0.9.0-g03a7b9 version.

Friedrich

Friedrich Beckmann <beckmanf>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jmd (Posted a comment)
  • -email is unavailable- added by beckmanf (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-02-14 beckmanf StatusConfirmed Cannot Reproduce
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code