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

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

R: R: PSPP-BUG: bug report


From: Gay
Subject: R: R: PSPP-BUG: bug report
Date: Wed, 14 Nov 2007 08:42:48 +0100

Hello.
I migth have found a "bug" in pspp.
As you may see in  pspp.log,  pspp reads and writes "provaLunga.sav"
correctly but doesn't write "grade5.sav" correctly.
They both are SPSS Windows 13 Sav files.
Pspp is run on a linux slackware 12 personal computer.

Yours


Guido Gay
Responsabile di progetto 

-----
IReR - Istituto Regionale di Ricerca della Lombardia
Via Copernico, 38 20125 Milano
tel. 02.67.38.30.229

fax. 02.66.96.945
e.mail address@hidden
www.irer.it



Confidentiality Notice

Il presente messaggio, e ogni eventuale documento a questo allegato,potrebbe
contenere informazioni da considerarsi strettamente riservate ad esclusivo
utilizzo del destinatario in indirizzo, il quale e' l'unico autorizzato ad
usarlo, copiarlo e, sotto la propria responsabilità, diffonderlo. Chiunque
ricevesse questo messaggio per errore o comunque lo leggesse senza esserne
legittimato e' avvertito che trattenerlo, copiarlo, divulgarlo, distribuirlo
a persone diverse dal destinatario e' severamente proibito ed e' pregato di
darne notizia immediatamente al mittente oltre che cancellare il messaggio e
i suoi eventuali allegati dal proprio sistema. Le opinioni espresse nel
messaggio sono quelle proprie del mittente, se non diversamente e
specificatamente dichiarato dal mittente stesso.


This message, and any attached file transmitted with it, contains
information that may be confidential or privileged for the sole use of the
intended recipient who only may use, copy and, under his responsibility,
further disseminate it. If you are not the intended recipient  of this
e-mail or read it without entitlement be advised that keeping, copying,
disseminating or distributing this message to persons other than the
intended recipient is strictly forbidden. You are to notify immediately to
the sender and to delete this message and any file attached from your
system. Any views expressed in this message are those of the individual
sender, except where the sender specifically states otherwise.


-----Messaggio originale-----
Da: Ben Pfaff [mailto:address@hidden 
Inviato: lunedì 12 novembre 2007 1.56
A: Gay
Cc: address@hidden
Oggetto: Re: R: PSPP-BUG: bug report

Thank you for the bug report and the data file.  I have found and fixed the
bug.  If you compile PSPP from source, you can apply the following patch to
fix your copy, or you can obtain the newest set of sources from the CVS
tree:

--- sys-file-info.c     03 Nov 2007 13:48:35 -0800      1.34
+++ sys-file-info.c     11 Nov 2007 16:49:29 -0800      
@@ -423,7 +423,7 @@ display_variables (const struct variable
             {
               const char *label = var_get_label (v);
               tab_joint_text (t, 1, r, 2, r, TAB_LEFT,
-                              label != NULL ? "(no label)" : label);
+                              label == NULL ? "(no label)" : label);
             }
          if (as != AS_NAMES)
            {

"Gay" <address@hidden> writes:

> Dear mr. Pfaff,
> Thank you for your very valuable project!

>> pspp: src/output/table.c:637: tab_joint_text: Assertion `table != 
>> ((void *)0) && text != ((void *)0)' failed.
>> ******************************************************
>> 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.

--
Ben Pfaff
http://benpfaff.org

Attachment: grade5pspp.sav
Description: Binary data

Attachment: provaLunga.sav
Description: Binary data

Attachment: provaLungapspp.sav
Description: Binary data

Attachment: pspp.jnl
Description: Binary data

Attachment: grade5.sav
Description: Binary data


reply via email to

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