summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Pepper <timothy.c.pepper@linux.intel.com>2012-09-13 09:10:35 -0700
committerTim Pepper <timothy.c.pepper@linux.intel.com>2012-09-13 09:10:35 -0700
commit3aa337e5cf0921de7ed9994b5bb5601a370d1a05 (patch)
treeadf77a5649687e3b0a52eee4c03022e8c8f2169c
parent1a7d4833d1ec812f3d31d6fce4c19c8b25771af6 (diff)
downloadcorewatcher-3aa337e5cf0921de7ed9994b5bb5601a370d1a05.tar.gz
corewatcher-3aa337e5cf0921de7ed9994b5bb5601a370d1a05.tar.bz2
corewatcher-3aa337e5cf0921de7ed9994b5bb5601a370d1a05.zip
Remove valgrind suppressions
We should either see the errors or fix them, imho. Signed-off-by: Tim Pepper <timothy.c.pepper@linux.intel.com>
-rw-r--r--Makefile.am1
-rw-r--r--corewatcher.supp182
2 files changed, 0 insertions, 183 deletions
diff --git a/Makefile.am b/Makefile.am
index 052ac5d..d432bc1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,5 +10,4 @@ dist_corewatcherconf_DATA = \
corewatcher.conf
EXTRA_DIST = \
- corewatcher.supp \
$(man_MANS)
diff --git a/corewatcher.supp b/corewatcher.supp
deleted file mode 100644
index 0a2808e..0000000
--- a/corewatcher.supp
+++ /dev/null
@@ -1,182 +0,0 @@
-{
- get_build_new
- Memcheck:Cond
- obj:/lib/libc-2.11.90.so
- fun:get_build
- fun:build_core_header
- fun:extract_core
- fun:process_common
- fun:process_new
- obj:/lib/libpthread-2.11.90.so
- fun:clone
-}
-
-{
- get_build_old
- Memcheck:Cond
- obj:/lib/libc-2.11.90.so
- fun:get_build
- fun:build_core_header
- fun:extract_core
- fun:process_common
- fun:process_old
- obj:/lib/libpthread-2.11.90.so
- fun:clone
-}
-
-{
- curl_send
- Memcheck:Cond
- obj:/lib/libc-2.11.90.so
- obj:/usr/lib/libcurl.so.4.2.0
- fun:Curl_connect
- obj:/usr/lib/libcurl.so.4.2.0
- fun:curl_easy_perform
- fun:submit_queue
- fun:scan_dmesg
- fun:main
-}
-
-{
- curl_send2
- Memcheck:Cond
- obj:/lib/libc-2.11.90.so
- obj:/usr/lib/libcurl.so.4.2.0
- fun:Curl_connect
- obj:/usr/lib/libcurl.so.4.2.0
- fun:curl_easy_perform
- fun:submit_queue_with_url
- fun:submit_queue
- fun:scan_dmesg
- fun:main
-}
-
-{
- curl_send3
- Memcheck:Cond
- obj:/lib/libc-2.11.90.so
- fun:Curl_http
- fun:Curl_do
- obj:/usr/lib/libcurl.so.4.2.0
- fun:curl_easy_perform
- fun:submit_queue
- fun:scan_dmesg
- fun:main
-}
-
-{
- curl_timeout
- Memcheck:Cond
- obj:/lib/libc-2.11.90.so
- obj:/lib/libc-2.11.90.so
- fun:getaddrinfo
- fun:Curl_getaddrinfo_ex
- fun:Curl_getaddrinfo
- fun:Curl_resolv
- fun:Curl_resolv_timeout
- obj:/usr/lib/libcurl.so.4.2.0
- fun:Curl_connect
- obj:/usr/lib/libcurl.so.4.2.0
- fun:curl_easy_perform
- fun:submit_queue
-}
-
-{
- curl_timeout2
- Memcheck:Cond
- obj:/lib/libc-2.11.90.so
- obj:/usr/lib/libcurl.so.4.2.0
- fun:Curl_connect
- obj:/usr/lib/libcurl.so.4.2.0
- fun:curl_easy_perform
- fun:submit_queue
- obj:/lib/libglib-2.0.so.0.2800.6
- fun:g_main_context_dispatch
- obj:/lib/libglib-2.0.so.0.2800.6
- fun:g_main_loop_run
- fun:main
-}
-
-{
- curl_timeout3
- Memcheck:Cond
- obj:/lib/libc-2.11.90.so
- obj:/usr/lib/libcurl.so.4.2.0
- fun:Curl_connect
- obj:/usr/lib/libcurl.so.4.2.0
- fun:curl_easy_perform
- fun:submit_queue
- fun:scan_dmesg
- obj:/lib/libglib-2.0.so.0.2800.6
- fun:g_main_context_dispatch
- obj:/lib/libglib-2.0.so.0.2800.6
- fun:g_main_loop_run
- fun:main
-}
-
-{
- curl_conn_found
- Memcheck:Cond
- obj:/lib/libc-2.11.90.so
- fun:Curl_http
- fun:Curl_do
- obj:/usr/lib/libcurl.so.4.2.0
- fun:curl_easy_perform
- fun:submit_queue
- fun:scan_dmesg
- obj:/lib/libglib-2.0.so.0.2800.6
- fun:g_main_context_dispatch
- obj:/lib/libglib-2.0.so.0.2800.6
- fun:g_main_loop_run
- fun:main
-}
-
-{
- curl_timeout_leak
- Memcheck:Leak
- fun:malloc
- obj:/lib/libc-2.11.90.so
- obj:/lib/libc-2.11.90.so
- fun:getaddrinfo
- fun:Curl_getaddrinfo_ex
- fun:Curl_getaddrinfo
- fun:Curl_resolv
- fun:Curl_resolv_timeout
- obj:/usr/lib/libcurl.so.4.2.0
- fun:Curl_connect
- obj:/usr/lib/libcurl.so.4.2.0
- fun:curl_easy_perform
-}
-
-{
- thread_create_process
- Memcheck:Leak
- fun:calloc
- fun:_dl_allocate_tls
- fun:pthread_create
- fun:process_corefile
- fun:scan_dmesg
- fun:main
-}
-
-{
- thread_create_reprocess
- Memcheck:Leak
- fun:calloc
- fun:_dl_allocate_tls
- fun:pthread_create
- fun:reprocess_corefile
- fun:scan_dmesg
- fun:main
-}
-
-{
- thread_create_reprocess
- Memcheck:Leak
- fun:calloc
- fun:_dl_allocate_tls
- fun:pthread_create
- fun:reprocess_corefile
- fun:scan_dmesg
- fun:main
-} \ No newline at end of file