Skip to content

Commit

Permalink
updated valgrind.suppress.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Nov 24, 2011
1 parent 6f7fc37 commit ec6193d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion util/build.sh
Expand Up @@ -44,7 +44,7 @@ if [[ "$BUILD_CLEAN" -eq 1 || ! -f Makefile || "$root/config" -nt Makefile || "$
--add-module=$root/../ndk-nginx-module \
--add-module=$root/../set-misc-nginx-module \
--add-module=$root/../lua-nginx-module \
--add-module=$home/work/nginx/ngx_http_upstream_keepalive-c6396fef9295 \
--add-module=$home/work/nginx/ngx_http_upstream_keepalive-2ce9d8a1ca93 \
--with-debug
#--add-module=$root/../eval-nginx-module \
#--add-module=$home/work/nginx/nginx_upstream_hash-0.3 \
Expand Down
13 changes: 13 additions & 0 deletions valgrind.suppress
@@ -1,3 +1,16 @@
{
<insert_a_suppression_name_here>
Memcheck:Param
epoll_ctl(event)
fun:epoll_ctl
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:ngx_alloc
fun:ngx_event_process_init
}
{
nginx-core-process-init
Memcheck:Leak
Expand Down

0 comments on commit ec6193d

Please sign in to comment.