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

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

Re: PSPP-BUG: "ERROR I/O" on a large database on version 0.7.9 Win7 bina


From: Gong, Henry
Subject: Re: PSPP-BUG: "ERROR I/O" on a large database on version 0.7.9 Win7 binary
Date: Thu, 7 Jun 2012 17:08:17 +0000

Hi all,

I went ahead and ran the same tests I did previously:

---

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/psppzs4WXN.
note: SHOW: UNDEFINED is WARN.
note: SHOW: VERSION is GNU pspp 0.7.9-g2648cb.
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.

<N    Valid    51475
    Missing    0>

PSPP>LIST.
src/libpspp/temp-file.c:110 Tmpfile "C:\Users\User\AppData\Local\Temp/pspp4WXN/1"; Stream 000007FEFF612B40
src/libpspp/temp-file.c:116 setvbuf result 0
src/libpspp/ext-array.c:60 Sizeof off_t: 8
src/libpspp/temp-file.c:110 Tmpfile "C:\Users\User\AppData\Local\Temp/pspp4WXN/2"; Stream 000007FEFF612BA0
src/libpspp/temp-file.c:116 setvbuf result 0
src/libpspp/ext-array.c:60 Sizeof off_t: 8
C:\Program Files\pspp\bin\pspp.exe: writing to temporary file <Stream 000007FEFF612BA0, 0 items written>
src/libpspp/temp-file.c:132 Closing and removing tempfile C:\Users\User\AppData\Local\Temp/psppzs4WXN/0 000007FEFF612B70

<I/O Error>

---

Two files in psppzs4WXN:
    1    55.0MB
    2    55.0MB

For some reason psppire now displays 49637 cases fine, and doesn't allow scrolling past that. It also gets that number with FREQUENCIES. So the dataset is simply truncated in psppire now.

Henry

reply via email to

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