Skip to content

Commit

Permalink
updated valgrind.suppress.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Apr 20, 2012
1 parent 3580526 commit 34e2389
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions util/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

root=`pwd`
version=$1
home=~
force=$2

#--with-cc=gcc46 \
Expand Down
14 changes: 14 additions & 0 deletions valgrind.suppress
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
{
<insert_a_suppression_name_here>
Memcheck:Addr4
fun:lj_str_new
fun:lua_getfield
fun:ngx_http_lua_cache_load_code
}
{
<insert_a_suppression_name_here>
Memcheck:Addr4
fun:lj_str_new
fun:lua_setfield
fun:ngx_http_lua_cache_store_code
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
Expand Down

0 comments on commit 34e2389

Please sign in to comment.