build/valgrind/i386-redhat-linux-gnu.sup

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 # Full list is tracked through meta bug 793882
     3 ####################################
     4 #  Leaks in third party libraries  #
     5 ####################################
     7 {
     8    Bug 793537
     9    Memcheck:Leak
    10    ...
    11    obj:/usr/lib/libpango-1.0.so.0.2800.1
    12    ...
    13 }
    14 {
    15    Bug 793598
    16    Memcheck:Leak
    17    ...
    18    obj:/lib/libdbus-1.so.3.4.0
    19    ...
    20 }
    21 {
    22    Bug 793600
    23    Memcheck:Leak
    24    fun:realloc
    25    obj:/usr/lib/libfontconfig.so.1.4.4
    26    ...
    27    fun:FcDefaultSubstitute
    28    fun:_ZN17gfxPangoFontGroup11MakeFontSetEP14_PangoLanguagedP9nsAutoRefI10_FcPatternE
    29    ...
    30 }
    31 {
    32    Bug 794366
    33    Memcheck:Leak
    34    ...
    35    obj:/usr/lib/libgtk-x11-2.0.so.0.1800.9
    36    ...
    37 }
    38 {
    39    Bug 794368
    40    Memcheck:Leak
    41    ...
    42    obj:/usr/lib/libXrandr.so.2.2.0
    43    ...
    44 }
    45 {
    46    Bug 794373
    47    Memcheck:Leak
    48    ...
    49    obj:/lib/libgobject-2.0.so.0.2200.5
    50    ...
    51 }
    53 ###################################
    54 #  Leaks in short lived precesses #
    55 ###################################
    57 {
    58    Bug 984196
    59    Memcheck:Leak
    60    ...
    61    fun:glxtest
    62    ...
    63 }

mercurial