Skip to content

Commit

Permalink
additional memory error suppression added for glib upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
thunder422 committed Oct 19, 2013
1 parent 49257e1 commit 7ccd9ac
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions test/ibcp.supp.in
Expand Up @@ -362,3 +362,43 @@
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 7ccd9ac

Please sign in to comment.