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

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

Re: PSPP-BUG: PSPP bug


From: Friedrich Beckmann
Subject: Re: PSPP-BUG: PSPP bug
Date: Sat, 4 Jun 2016 18:19:03 +0200

Hi Cubyrk,

thanks for reporting the bug on the mailing list. I can reproduce the bug in the current git on MacOS.
I opened a case in the ticketing system:

http://savannah.gnu.org/bugs/?48128

Friedrich

Am 04.06.2016 um 13:32 schrieb Zyrvay Cubyrk <address@hidden>:

/* 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
/* ******************************************************
*/




reply via email to

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