pspp-dev
[Top][All Lists]
Advanced

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

Re: Tests under valgrind.


From: John Darrington
Subject: Re: Tests under valgrind.
Date: Sat, 18 Feb 2012 13:54:47 +0000
User-agent: Mutt/1.5.18 (2008-05-17)

I fixed these two problems:
     ==23939==    at 0x415279C: case_unref (case.h:141)
     ==22558==    at 0x40ECFA9: categoricals_done (categoricals.c:508)


These two:
     ==21917==    at 0x44C42EF: gsl_histogram_accumulate (in 
/usr/lib/libgsl.so.0.15.0)
     ==12519==    at 0x4670A2E: inflateReset2 (in /usr/lib/libz.so.1.2.3.4)

are "Conditional jump or move depends on uninitialised value(s)" issues.  So 
far as I can see we're doing nothing wrong, and the issue is comming from the
respective libraries.  Sometimes libraries do such things for optimisation 
purposes.  So I think we probably don't need to worry about those two.


That leaves just two:

     ==6087==    at 0x4179BCF: text_parse_counted_string 
(sys-file-reader.c:2444)
     ==8689==    at 0x4179DDD: text_match (sys-file-reader.c:2491)

and the affected tests numbers are 79 and 104 respectively.

J'

-- 
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.

Attachment: signature.asc
Description: Digital signature


reply via email to

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