Skip to content

Commit

Permalink
updated error suppression for newer versions of Qt
Browse files Browse the repository at this point in the history
this new suppression file was tested with Qt 4.8.2, 4.8.4 and 4.8.6 with
valgrind 3.7.0 (Mint 13/Ubuntu 12.04 default) and valgrind 3.9.0
(installed from source code); the previous suppression file only worked
with Qt 4.8.2 and maybe earlier but not with 4.8.4 and 4.8.6 (other
versions not tested)
  • Loading branch information
thunder422 committed Aug 28, 2014
1 parent cfed68f commit a2069aa
Showing 1 changed file with 3 additions and 43 deletions.
46 changes: 3 additions & 43 deletions test/ibcp.supp.in
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
Memcheck:Leak
fun:memalign
fun:posix_memalign
obj:/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
obj:/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4
fun:g_slice_alloc
fun:g_slist_prepend
fun:g_once_init_enter
Expand Down Expand Up @@ -287,7 +287,7 @@
Memcheck:Leak
fun:memalign
fun:posix_memalign
obj:/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
obj:/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4
fun:g_slice_alloc
fun:g_slist_prepend
fun:g_once_init_enter
Expand Down Expand Up @@ -319,7 +319,7 @@
Memcheck:Leak
fun:memalign
fun:posix_memalign
obj:/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.3
obj:/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4
fun:g_slice_alloc
fun:g_slice_alloc0
fun:g_thread_self
Expand Down Expand Up @@ -362,43 +362,3 @@
fun:_ZN6QImage8fromDataEPKhiPKc
fun:_ZN6QImage12loadFromDataEPKhiPKc
}
{
memalign[Memcheck:Leak]
Memcheck:Leak
fun:memalign
fun:posix_memalign
obj:/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4
fun:g_slice_alloc
fun:g_slist_prepend
fun:g_once_init_enter
fun:g_main_context_new
fun:g_main_context_default
fun:_ZN27QEventDispatcherGlibPrivateC1EP13_GMainContext
fun:_ZN30QGuiEventDispatcherGlibPrivateC1Ev
fun:_ZN23QGuiEventDispatcherGlibC1EP7QObject
fun:_ZN19QApplicationPrivate21createEventDispatcherEv
fun:_ZN16QCoreApplication4initEv
fun:_ZN16QCoreApplicationC1ER23QCoreApplicationPrivate
fun:_ZN12QApplicationC1ERiPPci
fun:main
}
{
memalign[Memcheck:Leak]
Memcheck:Leak
fun:memalign
fun:posix_memalign
obj:/lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4
fun:g_slice_alloc
fun:g_slice_alloc0
fun:g_thread_self
fun:g_main_context_acquire
fun:g_main_context_push_thread_default
fun:_ZN27QEventDispatcherGlibPrivateC1EP13_GMainContext
fun:_ZN30QGuiEventDispatcherGlibPrivateC1Ev
fun:_ZN23QGuiEventDispatcherGlibC1EP7QObject
fun:_ZN19QApplicationPrivate21createEventDispatcherEv
fun:_ZN16QCoreApplication4initEv
fun:_ZN16QCoreApplicationC1ER23QCoreApplicationPrivate
fun:_ZN12QApplicationC1ERiPPci
fun:main
}

0 comments on commit a2069aa

Please sign in to comment.