bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSPP-BUG: [bugs #12427] AGGREGATE crashes if the destination variable is


From: John Darrington
Subject: PSPP-BUG: [bugs #12427] AGGREGATE crashes if the destination variable is the same as the break variable.
Date: Wed, 23 Mar 2005 07:04:32 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050105 Debian/1.7.5-1

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12427>

                 Summary: AGGREGATE crashes if the destination variable is
the same as the break variable.
                 Project: PSPP
            Submitted by: jmd
            Submitted on: Wed 03/23/05 at 07:04
                Category: None
                Severity: 5 - Average
                  Status: None
             Assigned to: blp
             Open/Closed: Open

    _______________________________________________________

Details:

This input crashes pspp:

DATA LIST LIST / name (a25) w (a25) x * y *.
BEGIN DATA.
xxxxxxoct cspli 0 1
yyyyct    alfo  0 2
uuuuuuxt  bspl  0 3
END DATA.


AGGREGATE OUTFILE=*
        /BREAK x
        /x=MEAN(y).








    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12427>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]