Changeset 6f7d772 in trunk


Ignore:
Timestamp:
2012-02-17T06:26:03Z (13 years ago)
Author:
Zooko O'Whielacronx <zooko@…>
Branches:
master
Children:
1bc766d, 99e2421
Parents:
36a666d
Message:

add suppression for valgrind warning which is plausible a false alarm
see patch for details and references
probably fixes #81

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified misc/coding_helpers/python.supp

    r36a666d r6f7d772  
     1# generated on buildbot.rubenkerkhof.com Jakub Jellinek guessed that this was
     2# a false alarm due to index knowing that pointers are 4-byte aligned and
     3# valgrind not taking that into account:
     4# https://bugzilla.redhat.com/show_bug.cgi?id=159701
     5{
     6   buildbot.rubenkerkhof.com cond index
     7   Memcheck:Cond
     8   fun:index
     9   fun:expand_dynamic_string_token
     10   fun:_dl_map_object
     11   fun:map_doit
     12   fun:_dl_catch_error
     13}
     14
    115# generated on luther sid
    216# e.g. https://tahoe-lafs.org/buildbot-pycryptopp/builders/luther%20sid/builds/38/steps/double%20load%20valgrind/logs/valgrind
Note: See TracChangeset for help on using the changeset viewer.