[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Empty PNG files
From: |
Jonathan Fowler |
Subject: |
RE: Empty PNG files |
Date: |
Fri, 3 Apr 2009 07:45:33 -0400 |
I assumed the tab in syntax instructions meant that the line is a
subcommand/variable. What did I do wrong?
-----Original Message-----
From: John Darrington [mailto:address@hidden
Sent: Thursday, April 02, 2009 7:33 PM
To: Jonathan Fowler
Cc: address@hidden
Subject: Re: Empty PNG files
The program I suggested contained the fragment:
examine x
/plot=boxplot.
which is NOT the same as
examine x
/plot=boxplot.
With regard to the segmentation violation, I think this is bug #25903 which was
fixed on 29 March. However the version tag on the error dump you posted
indicates your copy was built on 24 March, so wouldn't have included the fix.
This bug should only manifest itself if you run more than one EXAMINE command
in the same session.
J'
On Thu, Apr 02, 2009 at 06:06:43AM -0700, fowlerjk wrote:
I installed the native PSPP version in XP. When I input the program John
suggested above, I got all the way through and then met this error:
PSPP> input program.
PSPP> loop #i = 1 to 100.
PSPP> compute x=normal(50).
PSPP> end case.
PSPP> end loop.
PSPP> end file.
PSPP> end input program.
PSPP>
PSPP> examine x
> /plot-boxplot.
error: EXAMINE: Syntax error at `-'.
PSPP> examine x
> /plot=boxplot.
******************************************************
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.2 (Ter Mar 24 02:10:27 BRT 2009).
host_system: i386-pc-mingw32
build_system: i686-pc-linux-gnu
default_config_path: $HOME/.pspp:/home/michel/IMCROSS/i386-mingw32/etc/pspp
include_path:
./:$HOME/.pspp/include:/home/michel/IMCROSS/i386-mingw32/sh
are/pspp
locale_dir: /home/michel/IMCROSS/i386-mingw32/share/locale
compiler version: 3.4.6
******************************************************
C:\Program Files\PSPP\bin>pspp
--
View this message in context:
http://www.nabble.com/Empty-PNG-files-tp22782763p22847386.html
Sent from the Gnu - PSPP - Users mailing list archive at Nabble.com.
_______________________________________________
Pspp-users mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/pspp-users
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See
http://pgp.mit.edu or any PGP keyserver for public key.
NOTE: Email is provided to employees for the instructional and administrative
needs of the district. E-mail correspondence to/from a district e-mail account
may be considered public information and subject to release under the South
Carolina Freedom of information Act or pursuant to subpoena.
- Re: Empty PNG files, (continued)
- Re: Empty PNG files, John Darrington, 2009/04/01
- RE: Empty PNG files, Jonathan Fowler, 2009/04/01
- RE: Empty PNG files, Jonathan Fowler, 2009/04/01
- Re: Empty PNG files, Michel Boaventura, 2009/04/01
- RE: Empty PNG files, Jonathan Fowler, 2009/04/01
- Resp.: Empty PNG files, Michel Boaventura, 2009/04/01
- RE: Resp.: Empty PNG files, Jonathan Fowler, 2009/04/01
- Re: Resp.: Empty PNG files, Michel Boaventura, 2009/04/01
Re: Empty PNG files, fowlerjk, 2009/04/02