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

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

PSPP-BUG: Assertion `upper >= lower' failed.


From: pascal barbedor
Subject: PSPP-BUG: Assertion `upper >= lower' failed.
Date: Sun, 10 May 2009 11:29:27 +0200

Hi

 
pspp: src/output/charts/plot-hist.c:84: hist_draw_bar: Assertion `upper >= lower' failed.
******************************************************
You have discovered a bug in PSPP.  Please report this
to address@hidden.  Please include this entire
message, *plus* several lines of output just above it.
For the best chance at having the bug fixed, also
include the syntax file that triggered it and a sample
of any data file used for input.
proximate cause:     Assertion Failure/Abort
version:             GNU pspp 0.6.1 (Fri Apr 17 15:10:46 UTC 2009).
host_system:         i486-pc-linux-gnu
build_system:        i486-pc-linux-gnu
default_config_path: $HOME/.pspp:/etc/pspp
include_path:        ./:$HOME/.pspp/include:/usr/share/pspp
locale_dir:          /usr/share/locale
compiler version:    4.3.3
******************************************************




the faulty program  is

GET / FILE="FLAT/data.por".

SELECT IF present='P'


FREQUENCIES
       contrat sexe statut
       /FORMAT = TABLE CONDENSE LABELS DFREQ SINGLE
       /MISSING = INCLUDE
       /STATISTICS = SUM
       /HISTOGRAM.
 
 
PB






reply via email to

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