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

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

PSPP-BUG: pspp crash


From: Elia Liitiäinen
Subject: PSPP-BUG: pspp crash
Date: Tue, 20 Sep 2016 13:01:11 +0000 (UTC)

Dear Respondent,

I encountered the following crash:

(/home/ilmari/src)pspp crash.pspp 
******************************************************
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:     Segmentation Violation
version:             GNU pspp 0.7.9 (Mon Feb  4 23:28:29 UTC 2013).
host_system:         x86_64-pc-linux-gnu
build_system:        x86_64-pc-linux-gnu
locale_dir:          /usr/share/locale
compiler version:    4.7.2
******************************************************
Memory fault
(/home/ilmari/src)pspp -v
pspp: invalid option -- 'v'
(/home/ilmari/src)pspp --version
pspp (GNU PSPP) 0.7.9
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Ben Pfaff, John Darrington, and Jason Stover.


The syntax file is:

(/home/ilmari/src)cat crash.pspp 
GET DATA /TYPE=TXT /FILE='./phase1.csv' /ARRANGEMENT=DELIMITED /DELIMITERS=',' /FIRSTCASE=2 /QUALIFIER='"'
   /VARIABLES=conm A40.

In fact, the file phase1.csv did not exist on my disk so the code would not work. But it should give an error message instead of crashing.

Best Regards,
Elia Liitiäinen

reply via email to

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