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

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

PSPP-BUG: [bug #31260] CROSSTAB crashes pspp with variable with no valid


From: Michel Boaventura
Subject: PSPP-BUG: [bug #31260] CROSSTAB crashes pspp with variable with no valid values
Date: Wed, 06 Oct 2010 03:00:35 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.24 Safari/534.7

URL:
  <http://savannah.gnu.org/bugs/?31260>

                 Summary: CROSSTAB crashes pspp with variable with no valid
values
                 Project: PSPP
            Submitted by: michelboaventura
            Submitted on: Wed Oct  6 00:00:33 2010
                Category: None
                Severity: 5 - Average
                  Status: None
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
                  Effort: 0.00

    _______________________________________________________

Details:

This syntax crashes pspp. Seems like it don't check if the variable x2 has
valid values (like frequencie).

DATA LIST LIST /X1 X2.
BEGIN DATA.
1 1
END DATA.

MISSING VALUES x2 (1).

CROSSTABS /TABLES= X1 by X2.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31260>

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




reply via email to

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