[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PSPP-BUG: Windows tempfile bug. Round 2.
From: |
John Darrington |
Subject: |
Re: PSPP-BUG: Windows tempfile bug. Round 2. |
Date: |
Mon, 11 Jun 2012 18:34:19 +0000 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
When you ran the experiment on the command line, does output.txt show the
correct results, or does that also seem to
truncate the dataset?
J'
On Mon, Jun 11, 2012 at 06:13:26PM +0000, Gong, Henry wrote:
Hi all,
Here are today's test results with the June 10 build. Thanks for the tip
about the output; that should make things clearer for sure.
---
PSPP: I got the same results as before. New syntax showed up, though:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Windows\system32>cd C:\Program Files\PSPP\bin\
C:\Program Files\PSPP\bin>pspp.exe -o output.txt
PSPP is free software and you are welcome to distribute copies of it
under certain conditions; type "show copying." to see the conditions.
There is ABSOLUTELY NO WARRANTY for PSPP; type "show warranty." for
details.
GNU pspp 0.7.9-g5f74f9 (zo jun 10 12:50:07 CEST 2012).
PSPP> GET /FILE="C:\path\to\testfile.sav".
PSPP> SHOW ALL.
note: SHOW: BLANKS is SYSMIS.
note: SHOW: CCA is .
note: SHOW: CCB is .
note: SHOW: CCC is .
note: SHOW: CCD is .
note: SHOW: CCE is .
note: SHOW: DECIMALS is `.'.
note: SHOW: DIRECTORY is C:\Program Files\PSPP\bin.
note: SHOW: ENVIRONMENT is x86_64-w64-mingw32.
note: SHOW: ERRORS is BOTH.
note: SHOW: FORMAT is F8.2.
note: SHOW: LENGTH is 25.
note: SHOW: LOCALE is CP1252.
note: SHOW: MESSAGES is BOTH.
note: SHOW: MXERRS is 100.
note: SHOW: MXLOOPS is 40.
note: SHOW: MXWARNS is 100.
note: SHOW: N is 51475.
note: SHOW: PRINTBACk is NONE.
note: SHOW: RESULTS is BOTH.
note: SHOW: RIB is LSBFIRST (NATIVE).
note: SHOW: RRB is IDL (64-bit IEEE 754 double, little-endian) (NATIVE).
note: SHOW: SCOMPRESSION is ON.
note: SHOW: TEMPDIR is C:\Users\User\AppData\Local\Temp/psppaBsb8d.
note: SHOW: UNDEFINED is WARN.
note: SHOW: VERSION is GNU pspp 0.7.9-g5f74f9.
note: SHOW: WEIGHT is OFF.
note: SHOW: WIB is LSBFIRST (NATIVE).
note: SHOW: WRB is IDL (64-bit IEEE 754 double, little-endian) (NATIVE).
note: SHOW: WIDTH is 80.
PSPP> FREQUENCIES ALL
> /FORMAT=NOTABLE.
clean-temp.c:685 Opened C:\Users\User\AppData\Local\Temp/psppaBsb8d/0 with
mode wb+
src/libpspp/temp-file.c:110 Created tmpfile
"C:\Users\User\AppData\Local\Temp/psppaBsb8d/0"; Stream 000007FEFF612BA0
src/libpspp/temp-file.c:116 setvbuf result 0
PSPP> LIST.
clean-temp.c:685 Opened C:\Users\User\AppData\Local\Temp/psppaBsb8d/1 with
mode wb+
src/libpspp/temp-file.c:110 Created tmpfile
"C:\Users\User\AppData\Local\Temp/psppaBsb8d/1"; Stream 000007FEFF612B10
src/libpspp/temp-file.c:116 setvbuf result 0
clean-temp.c:685 Opened C:\Users\User\AppData\Local\Temp/psppaBsb8d/2 with
mode wb+
src/libpspp/temp-file.c:110 Created tmpfile
"C:\Users\User\AppData\Local\Temp/psppaBsb8d/2"; Stream 000007FEFF612BD0
src/libpspp/temp-file.c:116 setvbuf result 0
pspp.exe: writing to temporary file (Stream 000007FEFF612BD0, posn
0x034afc9d 0items written, bytes: 8)
src/libpspp/temp-file.c:132 Closing and removing tempfile
C:\Users\User\AppData\Local\Temp/psppaBsb8d/0 000007FEFF612BA0
src/libpspp/temp-file.c:132 Closing and removing tempfile
C:\Users\User\AppData\Local\Temp/psppaBsb8d/2 000007FEFF612BD0
PSPP> quit.
PSPP> quit.
src/libpspp/temp-file.c:132 Closing and removing tempfile
C:\Users\User\AppData\Local\Temp/psppaBsb8d/1 000007FEFF612B10
C:\Program Files\PSPP\bin>
---
PSPPIRE: I opened the file in psppire and scrolled down; on this build,
after scrolling a certain number of lines, the whole spreadsheet goes blank as
in the May 15 build. Note that the June 06 build simply showed a truncated
dataset.
psppire output:
clean-temp.c:685 Opened C:\Users\User\AppData\Local\Temp/psppqqPg7P/0 with
mode wb+
src/libpspp/temp-file.c:110 Created tmpfile
"C:\Users\User\AppData\Local\Temp/psppqqPg7P/0"; Stream 000007FEFF612B70
src/libpspp/temp-file.c:116 setvbuf result 0
C:\Program Files\PSPP\bin\PSPPIRE.exe: writing to temporary file (Stream
000007FEFF612B70, posn 0x034b9d7a 0 items written, bytes: 8): No such file or
directory
---
Henry
_______________________________________________
Bug-gnu-pspp mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-gnu-pspp
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://keys.gnupg.net or any PGP keyserver for public key.
signature.asc
Description: Digital signature
- Re: PSPP-BUG: Windows tempfile bug. Round 2., Harry Thijssen, 2012/06/10
- Re: PSPP-BUG: Windows tempfile bug. Round 2., Gong, Henry, 2012/06/11
- Re: PSPP-BUG: Windows tempfile bug. Round 2.,
John Darrington <=
- Re: PSPP-BUG: Windows tempfile bug. Round 2., Gong, Henry, 2012/06/11
- Re: PSPP-BUG: Windows tempfile bug. Round 2., Gong, Henry, 2012/06/11