]> sourceware.org Git - valgrind.git/commitdiff
Bugs 435732 and 403802
authorPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 12 Nov 2021 23:00:38 +0000 (00:00 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 12 Nov 2021 23:00:38 +0000 (00:00 +0100)
The problem is that the testcase specific suppression has stacks
that are too specific. This causes breakage with different versions
of GCC and libstdc++. The suppression only needs to mask the memory
pool used for standard io.

There are several suppression stanzas so future tweaks may still be
necessary.

memcheck/tests/libstdc++.supp

index 520e6613a81702deb0abc5ca25ec1cf66b3de3ef..3cd2e628dafe472c22ba12188801cf3809237645 100644 (file)
   fun:pool
   fun:__static_initialization_and_destruction_0
   fun:_GLOBAL__sub_I_eh_alloc.cc
-  fun:call_init.part.0
-  fun:call_init
-  fun:_dl_init
-  obj:*lib*/ld-2.*.so
 }
 {
    malloc-leaks-cxx-stl-string-classes-debug2
This page took 0.03685 seconds and 5 git commands to generate.