Skip to content

Commit

Permalink
Suppress valgrind errors with Qt 4.8.1 on Ubuntu precise for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteven4 committed Feb 9, 2016
1 parent 2b2f919 commit 8f472c9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions gpsbabel.supp
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,23 @@
...
fun:_ZN11QTextStreamC1EP9QIODevice
}

{
<ubuntu precise with qt 4.8.1 on travis>
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:_ZN20QEventDispatcherGlibC1EP7QObject
fun:_ZN23QCoreApplicationPrivate21createEventDispatcherEv
fun:_ZN16QCoreApplication4initEv
fun:_ZN16QCoreApplicationC1ERiPPci
fun:main
}

2 changes: 1 addition & 1 deletion testo.d/kml.test
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ then
esac;
done
else
echo "SKipping KML validation phase."
echo "Skipping KML validation phase."
fi
2 changes: 1 addition & 1 deletion vtesto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BASEPATH=`dirname $0`

while getopts "lj:" opt; do
case $opt in
l) OPTS="--leak-check=full --show-reachable=yes --suppressions=gpsbabel.supp" ; QUIET="";;
l) OPTS="--leak-check=full --show-reachable=yes --num-callers=24 --suppressions=gpsbabel.supp" ; QUIET="";;
j) LOG=$OPTARG;;
esac
done
Expand Down

0 comments on commit 8f472c9

Please sign in to comment.