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

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

Re: PSPP-BUG: AGGREGATE segfaults with TEMPORARY if OUTFILE is active fi


From: Ben Pfaff
Subject: Re: PSPP-BUG: AGGREGATE segfaults with TEMPORARY if OUTFILE is active file
Date: Tue, 10 Jan 2023 12:48:41 -0800

Thanks for the report. I see this crash too. I will look at it when I can.

On Tue, Jan 10, 2023 at 2:07 AM Frans Houweling <fhouweling@email.it> wrote:
******************************************************
You have discovered a bug in PSPP.  Please report this
to bug-gnu-pspp@gnu.org.  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:     Segmentation Violation
version:             GNU pspp 1.6.2-gee221b
host_system:         x86_64-pc-linux-gnu
build_system:        x86_64-pc-linux-gnu
locale_dir:          /usr/local/share/locale
compiler version:    12.2.0
******************************************************
Segmentation fault

Syntax:

DATA LIST FREE /quakes (F2.0).
BEGIN DATA
1 2 3 4 5 6 7 8 9 10
END DATA.
TEMPORARY.
SELECT IF quakes GT 5.
AGGREGATE OUTFILE = *  /nrecs=NU.
LIST.


_______________________________________________
Bug-gnu-pspp mailing list
Bug-gnu-pspp@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnu-pspp

reply via email to

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