[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: PSPP bug
From: |
Zyrvay Cubyrk |
Subject: |
PSPP-BUG: PSPP bug |
Date: |
Sat, 4 Jun 2016 12:32:04 +0100 |
/* Create variable that approximates a log-normal distribution.
*/
SET FORMAT=F8.0.
INPUT PROGRAM.
LOOP I=1 TO 1000.
COMPUTE SCORE=EXP(NORMAL(1)).
END CASE.
END LOOP.
END FILE.
END INPUT PROGRAM.
FREQUENCIES VARIABLES=SCORE /FORMAT=NOTABLE /HISTOGRAM
/PERCENTILES=1 10 20 30 40 50 60 70 80 90 99
/STATISTICS=ALL.
/***************************************************************
/* This application has requested the Runtime to terminate it in an unusual way.
/* Please contact the application's support team for more information.
/* Assertion failed!
/* Program: C:\MyPrograms\PSPP\bin\pspp.exe
/* File: src/output/tab.c, Line 437
/* Expression: r < tab_nr (table)
/* ******************************************************
/* 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.10.1-g1082b8
/* host_system: i686-w64-mingw32
/* build_system: x86_64-suse-linux-gnu
/* locale_dir: /usr/i686-w64-mingw32/sys-root/mingw/share/locale
/* compiler version: 5.1.0
/* ******************************************************
*/
- PSPP-BUG: PSPP bug,
Zyrvay Cubyrk <=